AWS::Deadline::Fleet FleetAttributeCapability - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Deadline::Fleet FleetAttributeCapability

Defines the fleet's capability name, minimum, and maximum.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Values" : [ String, ... ] }

YAML

Name: String Values: - String

Properties

Name

The name of the fleet attribute capability for the worker.

Required: Yes

Type: String

Pattern: ^([a-zA-Z][a-zA-Z0-9]{0,63}:)?attr(\.[a-zA-Z][a-zA-Z0-9]{0,63})+$

Minimum: 1

Maximum: 100

Update requires: No interruption

Values

The number of fleet attribute capabilities.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 100 | 10

Update requires: No interruption