interface UserPoolRegionalConfigurationAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Cognito.UserPoolRegionalConfigurationAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscognito#UserPoolRegionalConfigurationAttachmentReference |
Java | software.amazon.awscdk.interfaces.cognito.UserPoolRegionalConfigurationAttachmentReference |
Python | aws_cdk.interfaces.aws_cognito.UserPoolRegionalConfigurationAttachmentReference |
TypeScript | aws-cdk-lib » interfaces » aws_cognito » UserPoolRegionalConfigurationAttachmentReference |
A reference to a UserPoolRegionalConfigurationAttachment 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 interfaces_cognito } from 'aws-cdk-lib/interfaces';
const userPoolRegionalConfigurationAttachmentReference: interfaces_cognito.UserPoolRegionalConfigurationAttachmentReference = {
userPoolId: 'userPoolId',
};
Properties
| Name | Type | Description |
|---|---|---|
| user | string | The UserPoolId of the UserPoolRegionalConfigurationAttachment resource. |
userPoolId
Type:
string
The UserPoolId of the UserPoolRegionalConfigurationAttachment resource.

.NET
Go
Java
Python
TypeScript