interface CfnUserPoolReplicaMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolReplicaMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolReplicaMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolReplicaMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolReplicaMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolReplicaMixinProps |
Properties for CfnUserPoolReplicaPropsMixin.
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/cfn-property-mixins';
const cfnUserPoolReplicaMixinProps: cognito.CfnUserPoolReplicaMixinProps = {
regionName: 'regionName',
userPoolId: 'userPoolId',
userPoolTagsAtCreate: {
userPoolTagsAtCreateKey: 'userPoolTagsAtCreate',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| region | string | |
| user | string | |
| user | { [string]: string } |
regionName?
Type:
string
(optional)
userPoolId?
Type:
string
(optional)
userPoolTagsAtCreate?
Type:
{ [string]: string }
(optional)

.NET
Go
Java
Python
TypeScript