AWS::AppStream::EntitlementCreates an entitlement to control access, based on user attributes, to specific applications within a stack. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application or to applications managed by a dynamic app provider using the Dynamic Application Framework.
import { CfnEntitlement } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnEntitlementConfiguration passed to the constructor as CfnEntitlementProps.
appVisibilityRequiredstringSpecifies whether to entitle all apps or only selected apps.
attributesRequiredIResolvable | IResolvable | AttributeProperty[]The attributes of the entitlement.
nameRequiredstringThe name of the entitlement.
stackNameRequiredstringThe name of the stack.
descriptionOptionalstringThe description of the entitlement.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appstreamAWS::AppStream::Entitlement