@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.507Z") @Stability(value=Stable) 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()
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 ClusterEngineFeatures.Builder builder()
ClusterEngineFeatures.Builder of ClusterEngineFeaturesCopyright © 2021. All rights reserved.