AWS::AppStream::EntitlementResource Type definition for AWS::AppStream::Entitlement
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppVisibility | string | Required |
Attributes | Array<Attribute> | Required |
Name | string | RequiredCreate-only |
StackName | string | RequiredCreate-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | - |
LastModifiedTime | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
appstream:CreateEntitlementappstream:DescribeEntitlementsappstream:UpdateEntitlementappstream:DeleteEntitlementOur 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.
NameStackName