AWS::AppStream::ApplicationEntitlementAssociation
Associates an application to an entitlement.
Syntax
To declare this entity in your AWS 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.