aws-cdk-lib.aws_appstream.CfnEntitlementProps

interface CfnEntitlementProps

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

Properties for defining a CfnEntitlement.

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 cfnEntitlementProps: appstream.CfnEntitlementProps = {
  appVisibility: 'appVisibility',
  attributes: [{
    name: 'name',
    value: 'value',
  }],
  name: 'name',
  stackName: 'stackName',

  // the properties below are optional
  description: 'description',
};

Properties

NameTypeDescription
appVisibilitystringSpecifies whether to entitle all apps or only selected apps.
attributesIResolvable | IResolvable | AttributeProperty[]The attributes of the entitlement.
namestringThe name of the entitlement.
stackNamestringThe name of the stack.
description?stringThe description of the entitlement.

appVisibility

Type: string

Specifies whether to entitle all apps or only selected apps.


attributes

Type: IResolvable | IResolvable | AttributeProperty[]

The attributes of the entitlement.


name

Type: string

The name of the entitlement.


stackName

Type: string

The name of the stack.


description?

Type: string (optional)

The description of the entitlement.