CfnRobotMixinProps

class aws_cdk.cfn_property_mixins.aws_robomaker.CfnRobotMixinProps(*, architecture=None, fleet=None, greengrass_group_id=None, name=None, tags=None)

Bases: object

Properties for CfnRobotPropsMixin.

Parameters:
  • architecture (Optional[str]) – The architecture of the robot.

  • fleet (Union[str, IFleetRef, None]) – The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.

  • greengrass_group_id (Optional[str]) – The Greengrass group associated with the robot.

  • name (Optional[str]) – The name of the robot.

  • tags (Optional[Mapping[str, str]]) – A map that contains tag keys and tag values that are attached to the robot.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_robomaker as robomaker

cfn_robot_mixin_props = robomaker.CfnRobotMixinProps(
    architecture="architecture",
    fleet="fleet",
    greengrass_group_id="greengrassGroupId",
    name="name",
    tags={
        "tags_key": "tags"
    }
)

Attributes

architecture

The architecture of the robot.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-architecture

fleet

The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-fleet

greengrass_group_id

The Greengrass group associated with the robot.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-greengrassgroupid

name

The name of the robot.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-name

tags

A map that contains tag keys and tag values that are attached to the robot.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html#cfn-robomaker-robot-tags