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::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:StringFleetName: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: 1Update 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.