AWS::AppStream::ApplicationEntitlementAssociationAssociates an application to an entitlement.
import { CfnApplicationEntitlementAssociation } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnApplicationEntitlementAssociationConfiguration passed to the constructor as CfnApplicationEntitlementAssociationProps.
applicationIdentifierRequiredstringThe identifier of the application.
entitlementNameRequiredstringThe name of the entitlement.
stackNameRequiredstringThe name of the stack.
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::ApplicationEntitlementAssociation