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