@Generated(value="jsii-pacmak/0.14.0 (build a586a1a)", date="2019-07-11T14:10:03.807Z") @Stability(value=Stable) public class CfnRobotApplicationVersion extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplicationversion.html| 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(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotApplicationVersionProps props)
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
|
protected |
CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
`AWS::RoboMaker::RobotApplicationVersion.Application`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getCurrentRevisionId()
`AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
|
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, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable)
public CfnRobotApplicationVersion(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotApplicationVersionProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Stable) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) 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(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 © 2019. All rights reserved.