AWS::AppStream::StackFleetAssociation - 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::AppStream::StackFleetAssociation

The AWS::AppStream::StackFleetAssociation resource associates the specified fleet with the specified stack for Amazon AppStream 2.0.

Syntax

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

JSON

{ "Type" : "AWS::AppStream::StackFleetAssociation", "Properties" : { "FleetName" : String, "StackName" : String } }

YAML

Type: AWS::AppStream::StackFleetAssociation Properties: FleetName: String StackName: String

Properties

FleetName

The name of the fleet.

To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption

StackName

The name of the stack.

To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption

See also