AWS::AppStream::ApplicationEntitlementAssociationResource Type definition for AWS::AppStream::ApplicationEntitlementAssociation
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationIdentifier | string | RequiredCreate-only |
EntitlementName | string | RequiredCreate-only |
StackName | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppStream::ApplicationEntitlementAssociation
Resources:
MyResource:
Type: AWS::AppStream::ApplicationEntitlementAssociation
Properties:
StackName: "my-stackname"
EntitlementName: "my-entitlementname"
ApplicationIdentifier: "my-applicationidentifier"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:AssociateApplicationToEntitlementappstream:ListEntitledApplicationsappstream:ListEntitledApplicationsappstream:DisassociateApplicationFromEntitlementappstream:ListEntitledApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStackNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StackNameEntitlementNameApplicationIdentifier