@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-07T13:18:07.302Z") @Stability(value=Stable) public class CfnRobotApplicationVersion extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRobotApplicationVersion.Builder
A fluent builder for
CfnRobotApplicationVersion. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
|---|---|
|
CfnRobotApplicationVersion(Construct scope,
String id,
CfnRobotApplicationVersionProps props)
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
|
protected |
CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRobotApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplicationVersion |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
String |
getApplication()
`AWS::RoboMaker::RobotApplicationVersion.Application`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getCurrentRevisionId()
`AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplication(String value)
`AWS::RoboMaker::RobotApplicationVersion.Application`.
|
void |
setCurrentRevisionId(String value)
`AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRobotApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnRobotApplicationVersion(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnRobotApplicationVersionProps 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=Experimental) @NotNull public static CfnRobotApplicationVersion fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.options - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application@Stability(value=Stable)
public void setApplication(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-application@Stability(value=Stable) @Nullable public String getCurrentRevisionId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionid@Stability(value=Stable)
public void setCurrentRevisionId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html#cfn-robomaker-robotapplicationversion-currentrevisionidCopyright © 2020. All rights reserved.