@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.588Z") @Stability(value=Stable) public interface InstanceEngineFeatures extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InstanceEngineFeatures.Builder
A builder for
InstanceEngineFeatures |
static class |
InstanceEngineFeatures.Jsii$Proxy
An implementation for
InstanceEngineFeatures |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEngineFeatures.Builder |
builder() |
default String |
getS3Export()
Feature name for the DB instance that the IAM role to export to S3 bucket is to be associated with.
|
default String |
getS3Import()
Feature name for the DB instance that the IAM role to access the S3 bucket for import is to be associated with.
|
@Stability(value=Stable) @Nullable default String getS3Export()
Default: - no s3Export feature name
@Stability(value=Stable) @Nullable default String getS3Import()
Default: - no s3Import feature name
@Stability(value=Stable) static InstanceEngineFeatures.Builder builder()
InstanceEngineFeatures.Builder of InstanceEngineFeaturesCopyright © 2021. All rights reserved.