Interface CfnGlobalCluster.GlobalEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalCluster.GlobalEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnGlobalCluster
@Stability(Stable)
public static interface CfnGlobalCluster.GlobalEndpointProperty
extends software.amazon.jsii.JsiiSerializable
The writer endpoint for the new global database cluster.
This endpoint always points to the writer DB instance in the current primary cluster.
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.rds.*; GlobalEndpointProperty globalEndpointProperty = GlobalEndpointProperty.builder() .address("address") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGlobalCluster.GlobalEndpointProperty
static final class
An implementation forCfnGlobalCluster.GlobalEndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The writer endpoint for the new global database cluster.This endpoint always points to the writer DB instance in the current primary cluster.
- See Also:
-
builder
-