@Generated(value="jsii-pacmak/1.4.1 (build 0b09d7b)", date="2020-04-24T11:26:49.155Z") @Stability(value=External) public class CfnRobot extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRobot.Builder
A fluent builder for
CfnRobot. |
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 |
|---|---|
|
CfnRobot(Construct scope,
String id,
CfnRobotProps props)
Create a new `AWS::RoboMaker::Robot`.
|
protected |
CfnRobot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRobot(software.amazon.jsii.JsiiObjectRef objRef) |
| 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`.
|
TagManager |
getTags()
`AWS::RoboMaker::Robot.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
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, 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=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRobot(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRobot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnRobot(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnRobotProps 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)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags@Stability(value=External) @NotNull public String getArchitecture()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture@Stability(value=External)
public void setArchitecture(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture@Stability(value=External) @NotNull public String getGreengrassGroupId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid@Stability(value=External)
public void setGreengrassGroupId(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid@Stability(value=External) @Nullable public String getFleet()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet@Stability(value=External)
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=External) @Nullable public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name@Stability(value=External)
public void setName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-nameCopyright © 2020. All rights reserved.