@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.888Z") @Stability(value=Experimental) 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()
(experimental) The endpoint to use for read/write operations.
|
String |
getClusterIdentifier()
(experimental) Identifier of the cluster.
|
Endpoint |
getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.
|
List<Endpoint> |
getInstanceEndpoints()
(experimental) Endpoints which address each individual replica.
|
List<String> |
getInstanceIdentifiers()
(experimental) Identifiers of the replicas.
|
String |
getSecurityGroupId()
(experimental) The security group for this database cluster.
|
getConnectionsasSecretAttachmentTarget@Stability(value=Experimental) @NotNull Endpoint getClusterEndpoint()
@Stability(value=Experimental) @NotNull String getClusterIdentifier()
@Stability(value=Experimental) @NotNull Endpoint getClusterReadEndpoint()
@Stability(value=Experimental) @NotNull List<Endpoint> getInstanceEndpoints()
@Stability(value=Experimental) @NotNull List<String> getInstanceIdentifiers()
@Stability(value=Experimental) @NotNull String getSecurityGroupId()
Copyright © 2021. All rights reserved.