interface CfnFleetProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RoboMaker.CfnFleetProps |
![]() | software.amazon.awscdk.services.robomaker.CfnFleetProps |
![]() | aws_cdk.aws_robomaker.CfnFleetProps |
![]() | @aws-cdk/aws-robomaker » CfnFleetProps |
Properties for defining a CfnFleet
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as robomaker from '@aws-cdk/aws-robomaker';
const cfnFleetProps: robomaker.CfnFleetProps = {
name: 'name',
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the fleet. |
tags? | { [string]: string } | The list of all tags added to the fleet. |
name?
Type:
string
(optional)
The name of the fleet.
tags?
Type:
{ [string]: string }
(optional)
The list of all tags added to the fleet.