interface UserReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.UserReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#UserReference |
![]() | software.amazon.awscdk.services.connect.UserReference |
![]() | aws_cdk.aws_connect.UserReference |
![]() | aws-cdk-lib » aws_connect » 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_connect as connect } from 'aws-cdk-lib';
const userReference: connect.UserReference = {
userArn: 'userArn',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The UserArn of the User resource. |
userArn
Type:
string
The UserArn of the User resource.