Interface RdsClusterS3Import

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.595Z")
    @Stability(Stable)
    public interface RdsClusterS3Import
    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/rds_cluster#bucket_name RdsCluster#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/rds_cluster#ingestion_role RdsCluster#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/rds_cluster#source_engine RdsCluster#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/rds_cluster#source_engine_version RdsCluster#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/rds_cluster#bucket_prefix RdsCluster#bucket_prefix}.