CfnUserPoolReplicaMixinProps
- class aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolReplicaMixinProps(*, region_name=None, user_pool_id=None, user_pool_tags_at_create=None)
Bases:
objectProperties for CfnUserPoolReplicaPropsMixin.
- Parameters:
region_name (
Optional[str])user_pool_id (
Optional[str])user_pool_tags_at_create (
Optional[Mapping[str,str]])
- See:
- 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.cfn_property_mixins import aws_cognito as cognito cfn_user_pool_replica_mixin_props = cognito.CfnUserPoolReplicaMixinProps( region_name="regionName", user_pool_id="userPoolId", user_pool_tags_at_create={ "user_pool_tags_at_create_key": "userPoolTagsAtCreate" } )
Attributes
- region_name
-
- Type:
see
- user_pool_id
-
- Type:
see