--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_robomaker_fleet Resource - terraform-provider-awscc" subcategory: "" description: |- AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments. --- # awscc_robomaker_fleet (Resource) AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments. ## Schema ### Optional - `name` (String) The name of the fleet. - `tags` (Map of String) A key-value pair to associate with a resource. ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_robomaker_fleet.example ```