CfnFleetMixinProps
- class aws_cdk.mixins_preview.aws_robomaker.mixins.CfnFleetMixinProps(*, name=None, tags=None)
Bases:
objectProperties for CfnFleetPropsMixin.
- Parameters:
name (
Optional[str]) – The name of the fleet.tags (
Optional[Mapping[str,str]]) – The list of all tags added to the fleet.
- See:
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. from aws_cdk.mixins_preview.aws_robomaker import mixins as robomaker_mixins cfn_fleet_mixin_props = robomaker_mixins.CfnFleetMixinProps( name="name", tags={ "tags_key": "tags" } )
Attributes
- name
The name of the fleet.
- tags
The list of all tags added to the fleet.