@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.494Z") @Stability(value=Stable) public interface InstanceEngineFeatures extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
InstanceEngineFeatures instanceEngineFeatures = InstanceEngineFeatures.builder()
.s3Export("s3Export")
.s3Import("s3Import")
.build();
| 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 © 2022. All rights reserved.