CfnFleetProps
- class aws_cdk.aws_robomaker.CfnFleetProps(*, name=None, tags=None)
Bases:
objectProperties for defining a
CfnFleet.- Parameters:
name (
Optional[str]) – The name of the fleet.tags (
Optional[Mapping[str,str]]) – The list of all tags added to the fleet.
- Link:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_robomaker as robomaker cfn_fleet_props = robomaker.CfnFleetProps( name="name", tags={ "tags_key": "tags" } )
Attributes
- name
The name of the fleet.
- tags
The list of all tags added to the fleet.