@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.522Z") @Stability(value=Stable) public interface DatabaseInstanceAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseInstanceAttributes.Builder
A builder for
DatabaseInstanceAttributes |
static class |
DatabaseInstanceAttributes.Jsii$Proxy
An implementation for
DatabaseInstanceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseInstanceAttributes.Builder |
builder() |
default IInstanceEngine |
getEngine()
The engine of the existing database Instance.
|
String |
getInstanceEndpointAddress()
The endpoint address.
|
String |
getInstanceIdentifier()
The instance identifier.
|
Number |
getPort()
The database port.
|
List<ISecurityGroup> |
getSecurityGroups()
The security groups of the instance.
|
@Stability(value=Stable) @NotNull String getInstanceEndpointAddress()
@Stability(value=Stable) @NotNull String getInstanceIdentifier()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) @NotNull List<ISecurityGroup> getSecurityGroups()
@Stability(value=Stable) @Nullable default IInstanceEngine getEngine()
Default: - the imported Instance's engine is unknown
@Stability(value=Stable) static DatabaseInstanceAttributes.Builder builder()
DatabaseInstanceAttributes.Builder of DatabaseInstanceAttributesCopyright © 2021. All rights reserved.