aws-cdk-lib.aws_appstream.CfnApplicationEntitlementAssociationProps

interface CfnApplicationEntitlementAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnApplicationEntitlementAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnApplicationEntitlementAssociationProps
Javasoftware.amazon.awscdk.services.appstream.CfnApplicationEntitlementAssociationProps
Pythonaws_cdk.aws_appstream.CfnApplicationEntitlementAssociationProps
TypeScript aws-cdk-lib » aws_appstream » CfnApplicationEntitlementAssociationProps

Properties for defining a CfnApplicationEntitlementAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const cfnApplicationEntitlementAssociationProps: appstream.CfnApplicationEntitlementAssociationProps = {
  applicationIdentifier: 'applicationIdentifier',
  entitlementName: 'entitlementName',
  stackName: 'stackName',
};

Properties

NameTypeDescription
applicationIdentifierstringThe identifier of the application.
entitlementNamestringThe name of the entitlement.
stackNamestringThe name of the stack.

applicationIdentifier

Type: string

The identifier of the application.


entitlementName

Type: string

The name of the entitlement.


stackName

Type: string

The name of the stack.