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

This resource associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Syntax

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

JSON

{ "Type" : "AWS::AppStream::ApplicationFleetAssociation", "Properties" : { "ApplicationArn" : String, "FleetName" : String } }

YAML

Type: AWS::AppStream::ApplicationFleetAssociation Properties: ApplicationArn: String FleetName: String

Properties

ApplicationArn

The ARN of the application.

Required: Yes

Type: String

Pattern: ^arn:aws(?:\-cn|\-iso\-b|\-iso|\-us\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\-]{0,1023}$

Update requires: Replacement

FleetName

The name of the fleet.

Required: Yes

Type: String

Minimum: 1

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns a combination of the FleetName and ApplicationArn, such as aabcdefgFleet|arn:aws:appstream:us-west-2:123456789123:application/abcdefg.

For more information about using the Ref function, see Ref.