@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.026Z") @Stability(value=Stable) public interface IDatabaseCluster extends software.amazon.jsii.JsiiSerializable, IResource, IConnectable, ISecretAttachmentTarget
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDatabaseCluster.Jsii$Default
Internal default implementation for
IDatabaseCluster. |
static class |
IDatabaseCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getClusterEndpoint()
The endpoint to use for read/write operations.
|
String |
getClusterIdentifier()
Identifier of the cluster.
|
Endpoint |
getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
List<Endpoint> |
getInstanceEndpoints()
Endpoints which address each individual replica.
|
List<String> |
getInstanceIdentifiers()
Identifiers of the replicas.
|
String |
getSecurityGroupId()
The security group for this database cluster.
|
applyRemovalPolicy, getEnv, getStackgetConnectionsasSecretAttachmentTarget@Stability(value=Stable) @NotNull Endpoint getClusterEndpoint()
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) @NotNull Endpoint getClusterReadEndpoint()
@Stability(value=Stable) @NotNull List<Endpoint> getInstanceEndpoints()
@Stability(value=Stable) @NotNull List<String> getInstanceIdentifiers()
@Stability(value=Stable) @NotNull String getSecurityGroupId()
Copyright © 2022. All rights reserved.