interface UserPoolReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.UserPoolReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#UserPoolReference |
![]() | software.amazon.awscdk.services.cognito.UserPoolReference |
![]() | aws_cdk.aws_cognito.UserPoolReference |
![]() | aws-cdk-lib » aws_cognito » UserPoolReference |
A reference to a UserPool 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 userPoolReference: cognito.UserPoolReference = {
userPoolArn: 'userPoolArn',
userPoolId: 'userPoolId',
};
Properties
Name | Type | Description |
---|---|---|
user | string | The ARN of the UserPool resource. |
user | string | The UserPoolId of the UserPool resource. |
userPoolArn
Type:
string
The ARN of the UserPool resource.
userPoolId
Type:
string
The UserPoolId of the UserPool resource.