Interface InstanceEngineFeatures

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEngineFeatures.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.206Z") @Stability(Stable) public interface InstanceEngineFeatures extends software.amazon.jsii.JsiiSerializable
Represents Database Engine features.

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();
 
  • Method Details

    • getS3Export

      @Stability(Stable) @Nullable default String getS3Export()
      Feature name for the DB instance that the IAM role to export to S3 bucket is to be associated with.

      Default: - no s3Export feature name

    • getS3Import

      @Stability(Stable) @Nullable 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.

      Default: - no s3Import feature name

    • builder

      @Stability(Stable) static InstanceEngineFeatures.Builder builder()
      Returns:
      a InstanceEngineFeatures.Builder of InstanceEngineFeatures