interface FailoverTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.CfnUserPoolDomain.FailoverTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolDomain_FailoverTypeProperty |
Java | software.amazon.awscdk.services.cognito.CfnUserPoolDomain.FailoverTypeProperty |
Python | aws_cdk.aws_cognito.CfnUserPoolDomain.FailoverTypeProperty |
TypeScript | aws-cdk-lib » aws_cognito » CfnUserPoolDomain » FailoverTypeProperty |
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-lib';
const failoverTypeProperty: cognito.CfnUserPoolDomain.FailoverTypeProperty = {
primaryRoute53HealthCheckId: 'primaryRoute53HealthCheckId',
secondaryRegion: 'secondaryRegion',
};
Properties
| Name | Type | Description |
|---|---|---|
| primary | string | |
| secondary | string |
primaryRoute53HealthCheckId
Type:
string
secondaryRegion
Type:
string

.NET
Go
Java
Python
TypeScript