interface EntitlementReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.EntitlementReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#EntitlementReference |
![]() | software.amazon.awscdk.services.appstream.EntitlementReference |
![]() | aws_cdk.aws_appstream.EntitlementReference |
![]() | aws-cdk-lib » aws_appstream » EntitlementReference |
A reference to a Entitlement resource.
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 entitlementReference: appstream.EntitlementReference = {
entitlementName: 'entitlementName',
stackName: 'stackName',
};
Properties
Name | Type | Description |
---|---|---|
entitlement | string | The Name of the Entitlement resource. |
stack | string | The StackName of the Entitlement resource. |
entitlementName
Type:
string
The Name of the Entitlement resource.
stackName
Type:
string
The StackName of the Entitlement resource.