@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.587Z") @Stability(value=Stable) public interface InstanceEngineBindOptions extends software.amazon.jsii.JsiiSerializable
IInstanceEngine.bind.| Modifier and Type | Interface and Description |
|---|---|
static class |
InstanceEngineBindOptions.Builder
A builder for
InstanceEngineBindOptions |
static class |
InstanceEngineBindOptions.Jsii$Proxy
An implementation for
InstanceEngineBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEngineBindOptions.Builder |
builder() |
default String |
getDomain()
The Active Directory directory ID to create the DB instance in.
|
default IOptionGroup |
getOptionGroup()
The option group of the database.
|
default IRole |
getS3ExportRole()
The role used for S3 exporting.
|
default IRole |
getS3ImportRole()
The role used for S3 importing.
|
default String |
getTimezone()
The timezone of the database, set by the customer.
|
@Stability(value=Stable) @Nullable default String getDomain()
Default: - none (it's an optional field)
@Stability(value=Stable) @Nullable default IOptionGroup getOptionGroup()
Default: - none
@Stability(value=Stable) @Nullable default IRole getS3ExportRole()
Default: - none
@Stability(value=Stable) @Nullable default IRole getS3ImportRole()
Default: - none
@Stability(value=Stable) @Nullable default String getTimezone()
Default: - none (it's an optional field)
@Stability(value=Stable) static InstanceEngineBindOptions.Builder builder()
InstanceEngineBindOptions.Builder of InstanceEngineBindOptionsCopyright © 2021. All rights reserved.