interface UserPoolUserReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.UserPoolUserReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#UserPoolUserReference |
![]() | software.amazon.awscdk.services.cognito.UserPoolUserReference |
![]() | aws_cdk.aws_cognito.UserPoolUserReference |
![]() | aws-cdk-lib » aws_cognito » UserPoolUserReference |
A reference to a UserPoolUser resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const userPoolUserReference: cognito.UserPoolUserReference = {
username: 'username',
userPoolId: 'userPoolId',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The UserPoolId of the UserPoolUser resource. |
username | string | The Username of the UserPoolUser resource. |
userPoolId
Type:
string
The UserPoolId of the UserPoolUser resource.
username
Type:
string
The Username of the UserPoolUser resource.