@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.369Z") @Stability(value=Stable) public class CfnMissionProfile extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMissionProfile.Builder
A fluent builder for
CfnMissionProfile. |
static interface |
CfnMissionProfile.DataflowEdgeProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnMissionProfile(software.constructs.Construct scope,
String id,
CfnMissionProfileProps props)
Create a new `AWS::GroundStation::MissionProfile`.
|
protected |
CfnMissionProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMissionProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
String |
getAttrRegion() |
protected Map<String,Object> |
getCfnProperties() |
Number |
getContactPostPassDurationSeconds()
`AWS::GroundStation::MissionProfile.ContactPostPassDurationSeconds`.
|
Number |
getContactPrePassDurationSeconds()
`AWS::GroundStation::MissionProfile.ContactPrePassDurationSeconds`.
|
Object |
getDataflowEdges()
`AWS::GroundStation::MissionProfile.DataflowEdges`.
|
Number |
getMinimumViableContactDurationSeconds()
`AWS::GroundStation::MissionProfile.MinimumViableContactDurationSeconds`.
|
String |
getName()
`AWS::GroundStation::MissionProfile.Name`.
|
TagManager |
getTags()
`AWS::GroundStation::MissionProfile.Tags`.
|
String |
getTrackingConfigArn()
`AWS::GroundStation::MissionProfile.TrackingConfigArn`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContactPostPassDurationSeconds(Number value)
`AWS::GroundStation::MissionProfile.ContactPostPassDurationSeconds`.
|
void |
setContactPrePassDurationSeconds(Number value)
`AWS::GroundStation::MissionProfile.ContactPrePassDurationSeconds`.
|
void |
setDataflowEdges(IResolvable value)
`AWS::GroundStation::MissionProfile.DataflowEdges`.
|
void |
setDataflowEdges(List<Object> value)
`AWS::GroundStation::MissionProfile.DataflowEdges`.
|
void |
setMinimumViableContactDurationSeconds(Number value)
`AWS::GroundStation::MissionProfile.MinimumViableContactDurationSeconds`.
|
void |
setName(String value)
`AWS::GroundStation::MissionProfile.Name`.
|
void |
setTrackingConfigArn(String value)
`AWS::GroundStation::MissionProfile.TrackingConfigArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMissionProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMissionProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMissionProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnMissionProfileProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrRegion()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getDataflowEdges()
@Stability(value=Stable)
public void setDataflowEdges(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setDataflowEdges(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public Number getMinimumViableContactDurationSeconds()
@Stability(value=Stable)
public void setMinimumViableContactDurationSeconds(@NotNull
Number value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTrackingConfigArn()
@Stability(value=Stable)
public void setTrackingConfigArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Number getContactPostPassDurationSeconds()
@Stability(value=Stable)
public void setContactPostPassDurationSeconds(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getContactPrePassDurationSeconds()
@Stability(value=Stable)
public void setContactPrePassDurationSeconds(@Nullable
Number value)
Copyright © 2021. All rights reserved.