AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::Fleet

CfnFleet

> 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

import { CfnFleet } from 'aws-cdk-lib/aws-robomaker';

Or use the module namespace:

import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnFleet

Properties

Configuration passed to the constructor as CfnFleetProps.

nameOptional
string

The name of the fleet.

tagsOptional
{ [key: string]: string }

The list of all tags added to the fleet.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-robomaker
CFN TypeAWS::RoboMaker::Fleet
Properties2

External Links