@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.889Z") @Stability(value=Experimental) 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()
(experimental) Feature name for the DB instance that the IAM role to export to S3 bucket is to be associated with.
|
default String |
getS3Import()
(experimental) Feature name for the DB instance that the IAM role to access the S3 bucket for import is to be associated with.
|
@Stability(value=Experimental) @Nullable default String getS3Export()
Default: - no s3Export feature name
@Stability(value=Experimental) @Nullable default String getS3Import()
Default: - no s3Import feature name
@Stability(value=Experimental) static InstanceEngineFeatures.Builder builder()
InstanceEngineFeatures.Builder of InstanceEngineFeaturesCopyright © 2021. All rights reserved.