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

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

Syntax

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