AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::Entitlement

AppStream Entitlement

Resource Type definition for AWS::AppStream::Entitlement

Properties

5 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
AppVisibility
string
Required
Attributes
Array<Attribute>
Required
Name
string
RequiredCreate-only
StackName
string
RequiredCreate-only
Description
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedTimestring-
LastModifiedTimestring-

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::Entitlement

Resources:
  MyResource:
    Type: AWS::AppStream::Entitlement
    Properties:
      Name: "my-name"
      StackName: "my-stackname"
      AppVisibility: "value"
      Attributes: []
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

appstream:CreateEntitlement

read

appstream:DescribeEntitlements

update

appstream:UpdateEntitlement

delete

appstream:DeleteEntitlement

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
Properties7
Required4
TaggingNot supported
Primary IDStackName

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

NameStackName

External Links