AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::ApplicationEntitlementAssociation

AppStream ApplicationEntitlementAssociation

Resource Type definition for AWS::AppStream::ApplicationEntitlementAssociation

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApplicationIdentifier
string
RequiredCreate-only
EntitlementName
string
RequiredCreate-only
StackName
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

appstream:AssociateApplicationToEntitlementappstream:ListEntitledApplications

read

appstream:ListEntitledApplications

delete

appstream:DisassociateApplicationFromEntitlementappstream:ListEntitledApplications

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAppStream
Properties3
Required3
TaggingNot supported
Primary IDStackName

Supported Operations

CreateReadDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

StackNameEntitlementNameApplicationIdentifier

External Links