AWS::Deadline::Fleet FleetAttributeCapability - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Deadline::Fleet FleetAttributeCapability

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

Syntax

To declare this entity in your Amazon 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