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

Associates an application to an entitlement.

Syntax

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

JSON

{ "Type" : "AWS::AppStream::ApplicationEntitlementAssociation", "Properties" : { "ApplicationIdentifier" : String, "EntitlementName" : String, "StackName" : String } }

YAML

Type: AWS::AppStream::ApplicationEntitlementAssociation Properties: ApplicationIdentifier: String EntitlementName: String StackName: String

Properties

ApplicationIdentifier

The identifier of the application.

Required: Yes

Type: String

Update requires: Replacement

EntitlementName

The name of the entitlement.

Required: Yes

Type: String

Update requires: Replacement

StackName

The name of the stack.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the combination of the StackName, EntitlementName, and ApplicationIdentifier, such as abcdefStack|abcdefEntitlement|abcdefApplication.

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