interface IUserPoolUserRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.IUserPoolUserRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#IUserPoolUserRef |
Java | software.amazon.awscdk.services.cognito.IUserPoolUserRef |
Python | aws_cdk.aws_cognito.IUserPoolUserRef |
TypeScript | aws-cdk-lib » aws_cognito » IUserPoolUserRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a UserPoolUser.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| user | User | A reference to a UserPoolUser resource. |
node
Type:
Node
The tree node.
userPoolUserRef
Type:
User
A reference to a UserPoolUser resource.

.NET
Go
Java
Python
TypeScript