Class RdsClusterS3Import.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(RdsClusterS3Import.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RdsClusterS3Import.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      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}.
      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}.
      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}.
      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}.
      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}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getBucketName

        public final String getBucketName()
        Description copied from interface: RdsClusterS3Import
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_name RdsCluster#bucket_name}.
        Specified by:
        getBucketName in interface RdsClusterS3Import
      • getIngestionRole

        public final String getIngestionRole()
        Description copied from interface: RdsClusterS3Import
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#ingestion_role RdsCluster#ingestion_role}.
        Specified by:
        getIngestionRole in interface RdsClusterS3Import
      • getSourceEngine

        public final String getSourceEngine()
        Description copied from interface: RdsClusterS3Import
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine RdsCluster#source_engine}.
        Specified by:
        getSourceEngine in interface RdsClusterS3Import
      • getSourceEngineVersion

        public final String getSourceEngineVersion()
        Description copied from interface: RdsClusterS3Import
        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}.
        Specified by:
        getSourceEngineVersion in interface RdsClusterS3Import
      • getBucketPrefix

        public final String getBucketPrefix()
        Description copied from interface: RdsClusterS3Import
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_prefix RdsCluster#bucket_prefix}.
        Specified by:
        getBucketPrefix in interface RdsClusterS3Import
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object