AWS::Deadline::Fleet CustomerManagedFleetConfiguration - 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).

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

AWS::Deadline::Fleet CustomerManagedFleetConfiguration

The details of a customer managed fleet configuration.

Syntax

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

Properties

Mode

The Amazon Auto Scaling mode for the customer managed fleet configuration.

Required: Yes

Type: String

Allowed values: NO_SCALING | EVENT_BASED_AUTO_SCALING

Update requires: No interruption

StorageProfileId

The storage profile ID.

Required: No

Type: String

Pattern: ^sp-[0-9a-f]{32}$

Update requires: No interruption

TagPropagationMode

Specifies whether tags associated with a fleet are attached to workers when the worker is launched.

When the tagPropagationMode is set to PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH any tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers do not change.

If you don't specify tagPropagationMode, the default is NO_PROPAGATION.

Required: No

Type: String

Allowed values: NO_PROPAGATION | PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH

Update requires: No interruption

WorkerCapabilities

The worker capabilities for a customer managed fleet configuration.

Required: Yes

Type: CustomerManagedWorkerCapabilities

Update requires: No interruption