UserPoolReplicaReference
- class aws_cdk.interfaces.aws_cognito.UserPoolReplicaReference(*, region_name, user_pool_id)
Bases:
objectA reference to a UserPoolReplica resource.
- Parameters:
region_name (
str) – The RegionName of the UserPoolReplica resource.user_pool_id (
str) – The UserPoolId of the UserPoolReplica 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_replica_reference = interfaces_cognito.UserPoolReplicaReference( region_name="regionName", user_pool_id="userPoolId" )
Attributes
- region_name
The RegionName of the UserPoolReplica resource.
- user_pool_id
The UserPoolId of the UserPoolReplica resource.