interface EntitlementReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppStream.EntitlementReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#EntitlementReference | 
|  Java | software.amazon.awscdk.services.appstream.EntitlementReference | 
|  Python | aws_cdk.aws_appstream.EntitlementReference | 
|  TypeScript | 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.
