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