aws-cdk-lib.aws_robomaker.CfnFleetProps

interface CfnFleetProps

LanguageType name
.NETAmazon.CDK.AWS.RoboMaker.CfnFleetProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#CfnFleetProps
Javasoftware.amazon.awscdk.services.robomaker.CfnFleetProps
Pythonaws_cdk.aws_robomaker.CfnFleetProps
TypeScript aws-cdk-lib » 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 { aws_robomaker as robomaker } from 'aws-cdk-lib';
const cfnFleetProps: robomaker.CfnFleetProps = {
  name: 'name',
  tags: {
    tagsKey: 'tags',
  },
};

Properties

NameTypeDescription
name?stringThe 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.