interface CfnFleetProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RoboMaker.CfnFleetProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#CfnFleetProps |
![]() | software.amazon.awscdk.services.robomaker.CfnFleetProps |
![]() | aws_cdk.aws_robomaker.CfnFleetProps |
![]() | aws-cdk-lib » aws_robomaker » CfnFleetProps |
Properties for defining a CfnFleet
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_robomaker as robomaker } from 'aws-cdk-lib';
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.