interface CfnApplicationEntitlementAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppStream.CfnApplicationEntitlementAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappstream#CfnApplicationEntitlementAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnApplicationEntitlementAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_appstream.CfnApplicationEntitlementAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appstream » CfnApplicationEntitlementAssociationMixinProps |
Properties for CfnApplicationEntitlementAssociationPropsMixin.
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/cfn-property-mixins';
const cfnApplicationEntitlementAssociationMixinProps: appstream.CfnApplicationEntitlementAssociationMixinProps = {
applicationIdentifier: 'applicationIdentifier',
entitlementName: 'entitlementName',
stackName: 'stackName',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The identifier of the application. |
| entitlement | string | The name of the entitlement. |
| stack | string | The name of the stack. |
applicationIdentifier?
Type:
string
(optional)
The identifier of the application.
entitlementName?
Type:
string
(optional)
The name of the entitlement.
stackName?
Type:
string
(optional)
The name of the stack.

.NET
Go
Java
Python
TypeScript