Interface DbInstanceS3Import

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.503Z")
    @Stability(Stable)
    public interface DbInstanceS3Import
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getBucketName

        @Stability(Stable)
        @NotNull
        String getBucketName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#bucket_name DbInstance#bucket_name}.
      • getIngestionRole

        @Stability(Stable)
        @NotNull
        String getIngestionRole()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#ingestion_role DbInstance#ingestion_role}.
      • getSourceEngine

        @Stability(Stable)
        @NotNull
        String getSourceEngine()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_engine DbInstance#source_engine}.
      • getSourceEngineVersion

        @Stability(Stable)
        @NotNull
        String getSourceEngineVersion()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_engine_version DbInstance#source_engine_version}.
      • getBucketPrefix

        @Stability(Stable)
        @Nullable
        default String getBucketPrefix()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#bucket_prefix DbInstance#bucket_prefix}.