AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppStream::ApplicationEntitlementAssociation

CfnApplicationEntitlementAssociation

Associates an application to an entitlement.

Import

import { CfnApplicationEntitlementAssociation } from 'aws-cdk-lib/aws-appstream';

Or use the module namespace:

import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnApplicationEntitlementAssociation

Properties

Configuration passed to the constructor as CfnApplicationEntitlementAssociationProps.

applicationIdentifierRequired
string

The identifier of the application.

entitlementNameRequired
string

The name of the entitlement.

stackNameRequired
string

The name of the stack.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-appstream
CFN TypeAWS::AppStream::ApplicationEntitlementAssociation
Properties3

External Links