@Generated(value="jsii-pacmak/0.14.0 (build a586a1a)", date="2019-07-11T14:10:03.804Z") @Stability(value=Stable) public class CfnRobotApplication extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnRobotApplication.RobotSoftwareSuiteProperty |
static interface |
CfnRobotApplication.SourceConfigProperty |
| 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 |
|---|---|
|
CfnRobotApplication(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotApplicationProps props)
Create a new `AWS::RoboMaker::RobotApplication`.
|
protected |
CfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCurrentRevisionId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCurrentRevisionId()
`AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
|
String |
getName()
`AWS::RoboMaker::RobotApplication.Name`.
|
Object |
getRobotSoftwareSuite()
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
Object |
getSources()
`AWS::RoboMaker::RobotApplication.Sources`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::RoboMaker::RobotApplication.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCurrentRevisionId(String value)
`AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
|
void |
setName(String value)
`AWS::RoboMaker::RobotApplication.Name`.
|
void |
setRobotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty value)
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
void |
setRobotSoftwareSuite(software.amazon.awscdk.core.IResolvable value)
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
void |
setSources(software.amazon.awscdk.core.IResolvable value)
`AWS::RoboMaker::RobotApplication.Sources`.
|
void |
setSources(List<Object> value)
`AWS::RoboMaker::RobotApplication.Sources`.
|
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 CfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable)
public CfnRobotApplication(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotApplicationProps 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) public String getAttrArn()
@Stability(value=Stable) public String getAttrCurrentRevisionId()
@Stability(value=Stable) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-tags@Stability(value=Stable) public Object getRobotSoftwareSuite()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-robotsoftwaresuite@Stability(value=Stable) public void setRobotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-robotsoftwaresuite@Stability(value=Stable) public void setRobotSoftwareSuite(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-robotsoftwaresuite@Stability(value=Stable) public Object getSources()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-sources@Stability(value=Stable) public void setSources(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-sources@Stability(value=Stable) public void setSources(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-sources@Stability(value=Stable) @Nullable public String getCurrentRevisionId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid@Stability(value=Stable) public void setCurrentRevisionId(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-currentrevisionid@Stability(value=Stable) @Nullable public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robotapplication.html#cfn-robomaker-robotapplication-nameCopyright © 2019. All rights reserved.