@Generated(value="jsii-pacmak/0.14.0 (build a586a1a)", date="2019-07-11T14:10:03.803Z") @Stability(value=Stable) public class CfnRobot extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.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 |
|---|---|
|
CfnRobot(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotProps props)
Create a new `AWS::RoboMaker::Robot`.
|
protected |
CfnRobot(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture()
`AWS::RoboMaker::Robot.Architecture`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getFleet()
`AWS::RoboMaker::Robot.Fleet`.
|
String |
getGreengrassGroupId()
`AWS::RoboMaker::Robot.GreengrassGroupId`.
|
String |
getName()
`AWS::RoboMaker::Robot.Name`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::RoboMaker::Robot.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setArchitecture(String value)
`AWS::RoboMaker::Robot.Architecture`.
|
void |
setFleet(String value)
`AWS::RoboMaker::Robot.Fleet`.
|
void |
setGreengrassGroupId(String value)
`AWS::RoboMaker::Robot.GreengrassGroupId`.
|
void |
setName(String value)
`AWS::RoboMaker::Robot.Name`.
|
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 CfnRobot(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable)
public CfnRobot(software.amazon.awscdk.core.Construct scope,
String id,
CfnRobotProps 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 software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags@Stability(value=Stable) public String getArchitecture()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture@Stability(value=Stable) public void setArchitecture(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture@Stability(value=Stable) public String getGreengrassGroupId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid@Stability(value=Stable) public void setGreengrassGroupId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid@Stability(value=Stable) @Nullable public String getFleet()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet@Stability(value=Stable) public void setFleet(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet@Stability(value=Stable) @Nullable public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-nameCopyright © 2019. All rights reserved.