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:StringEntitlementName:StringStackName:String
Properties
ApplicationIdentifierThe identifier of the application.
Required: Yes
Type: String
Update requires: Replacement
EntitlementNameThe name of the entitlement.
Required: Yes
Type: String
Update requires: Replacement
StackNameThe 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.