@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.831Z") @Stability(value=Experimental) public interface ClusterEngineFeatures extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterEngineFeatures.Builder
A builder for
ClusterEngineFeatures |
static class |
ClusterEngineFeatures.Jsii$Proxy
An implementation for
ClusterEngineFeatures |
| Modifier and Type | Method and Description |
|---|---|
static ClusterEngineFeatures.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 ClusterEngineFeatures.Builder builder()
ClusterEngineFeatures.Builder of ClusterEngineFeaturesCopyright © 2021. All rights reserved.