AWS::RoboMaker::Fleet> The following resource is now deprecated. This resource can no longer be provisioned via stack create or update operations, and should not be included in your stack templates. > > We recommend migrating to AWS IoT Greengrass Version 2. For more information, see [Support Changes: May 2, 2022](https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022) in the *AWS RoboMaker Developer Guide* . The `AWS::RoboMaker::Fleet` resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
import { CfnFleet } from 'aws-cdk-lib/aws-robomaker';Or use the module namespace:
import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnFleetConfiguration passed to the constructor as CfnFleetProps.
nameOptionalstringThe name of the fleet.
tagsOptional{ [key: string]: string }The list of all tags added to the fleet.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-robomakerAWS::RoboMaker::Fleet