Interface CfnUserPoolDomain.RoutingTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolDomain.RoutingTypeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolDomain
@Stability(Stable)
public static interface CfnUserPoolDomain.RoutingTypeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
RoutingTypeProperty routingTypeProperty = RoutingTypeProperty.builder()
.failover(FailoverTypeProperty.builder()
.primaryRoute53HealthCheckId("primaryRoute53HealthCheckId")
.secondaryRegion("secondaryRegion")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPoolDomain.RoutingTypePropertystatic final classAn implementation forCfnUserPoolDomain.RoutingTypeProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnUserPoolDomain.FailoverTypePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFailover
Returns union: eitherIResolvableorCfnUserPoolDomain.FailoverTypeProperty- See Also:
-
builder
-