interface StackUserAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppStream.StackUserAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsappstream#StackUserAssociationReference |
Java | software.amazon.awscdk.interfaces.appstream.StackUserAssociationReference |
Python | aws_cdk.interfaces.aws_appstream.StackUserAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_appstream » StackUserAssociationReference |
A reference to a StackUserAssociation 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 interfaces_aws_appstream } from 'aws-cdk-lib/interfaces';
const stackUserAssociationReference: interfaces_aws_appstream.StackUserAssociationReference = {
stackUserAssociationId: 'stackUserAssociationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| stack | string | The Id of the StackUserAssociation resource. |
stackUserAssociationId
Type:
string
The Id of the StackUserAssociation resource.

.NET
Go
Java
Python
TypeScript