UserPoolRegionalConfigurationAttachmentReference

class aws_cdk.interfaces.aws_cognito.UserPoolRegionalConfigurationAttachmentReference(*, user_pool_id)

Bases: object

A reference to a UserPoolRegionalConfigurationAttachment resource.

Parameters:

user_pool_id (str) – The UserPoolId of the UserPoolRegionalConfigurationAttachment resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_cognito as interfaces_cognito

user_pool_regional_configuration_attachment_reference = interfaces_cognito.UserPoolRegionalConfigurationAttachmentReference(
    user_pool_id="userPoolId"
)

Attributes

user_pool_id

The UserPoolId of the UserPoolRegionalConfigurationAttachment resource.