interface FailoverTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolDomainPropsMixin.FailoverTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolDomainPropsMixin_FailoverTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolDomainPropsMixin.FailoverTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolDomainPropsMixin.FailoverTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolDomainPropsMixin » 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/cfn-property-mixins';
const failoverTypeProperty: cognito.CfnUserPoolDomainPropsMixin.FailoverTypeProperty = {
primaryRoute53HealthCheckId: 'primaryRoute53HealthCheckId',
secondaryRegion: 'secondaryRegion',
};
Properties
| Name | Type | Description |
|---|---|---|
| primary | string | |
| secondary | string |
primaryRoute53HealthCheckId?
Type:
string
(optional)
secondaryRegion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript