CfnRobotProps¶
-
class
aws_cdk.aws_robomaker.
CfnRobotProps
(*, architecture, greengrass_group_id, fleet=None, name=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::RoboMaker::Robot
.- Parameters
architecture (
str
) –AWS::RoboMaker::Robot.Architecture
.greengrass_group_id (
str
) –AWS::RoboMaker::Robot.GreengrassGroupId
.fleet (
Optional
[str
]) –AWS::RoboMaker::Robot.Fleet
.name (
Optional
[str
]) –AWS::RoboMaker::Robot.Name
.tags (
Optional
[Any
]) –AWS::RoboMaker::Robot.Tags
.
- See
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html
Attributes
-
architecture
¶ AWS::RoboMaker::Robot.Architecture
.
-
fleet
¶ AWS::RoboMaker::Robot.Fleet
.
-
greengrass_group_id
¶ AWS::RoboMaker::Robot.GreengrassGroupId
.
-
name
¶ AWS::RoboMaker::Robot.Name
.- See
- Return type
Optional
[str
]
AWS::RoboMaker::Robot.Tags
.