Interface CfnUserPoolReplicaProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolReplicaProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-13T16:20:02.896Z")
@Stability(Stable)
public interface CfnUserPoolReplicaProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnUserPoolReplica.
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.*;
CfnUserPoolReplicaProps cfnUserPoolReplicaProps = CfnUserPoolReplicaProps.builder()
.regionName("regionName")
.userPoolId("userPoolId")
// the properties below are optional
.userPoolTagsAtCreate(Map.of(
"userPoolTagsAtCreateKey", "userPoolTagsAtCreate"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPoolReplicaPropsstatic final classAn implementation forCfnUserPoolReplicaProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegionName
- See Also:
-
getUserPoolId
- See Also:
-
getUserPoolTagsAtCreate
- See Also:
-
builder
- Returns:
- a
CfnUserPoolReplicaProps.BuilderofCfnUserPoolReplicaProps
-