Class GlueCatalogTableConfig.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(GlueCatalogTableConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GlueCatalogTableConfig.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 getCatalogId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.
      Object getConnection()  
      Object getCount()  
      String getDatabaseName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.
      List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()  
      String getDescription()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#description GlueCatalogTable#description}.
      com.hashicorp.cdktf.ITerraformIterator getForEach()  
      String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#id GlueCatalogTable#id}.
      com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()  
      String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
      String getOwner()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#owner GlueCatalogTable#owner}.
      Map<String,​String> getParameters()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.
      Object getPartitionIndex()
      partition_index block.
      Object getPartitionKeys()
      partition_keys block.
      com.hashicorp.cdktf.TerraformProvider getProvider()  
      List<Object> getProvisioners()  
      Number getRetention()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#retention GlueCatalogTable#retention}.
      GlueCatalogTableStorageDescriptor getStorageDescriptor()
      storage_descriptor block.
      String getTableType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#table_type GlueCatalogTable#table_type}.
      GlueCatalogTableTargetTable getTargetTable()
      target_table block.
      String getViewExpandedText()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#view_expanded_text GlueCatalogTable#view_expanded_text}.
      String getViewOriginalText()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#view_original_text GlueCatalogTable#view_original_text}.
      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

      • getDatabaseName

        public final String getDatabaseName()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.
        Specified by:
        getDatabaseName in interface GlueCatalogTableConfig
      • getName

        public final String getName()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
        Specified by:
        getName in interface GlueCatalogTableConfig
      • getCatalogId

        public final String getCatalogId()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.
        Specified by:
        getCatalogId in interface GlueCatalogTableConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#description GlueCatalogTable#description}.
        Specified by:
        getDescription in interface GlueCatalogTableConfig
      • getId

        public final String getId()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#id GlueCatalogTable#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface GlueCatalogTableConfig
      • getOwner

        public final String getOwner()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#owner GlueCatalogTable#owner}.
        Specified by:
        getOwner in interface GlueCatalogTableConfig
      • getParameters

        public final Map<String,​String> getParameters()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.
        Specified by:
        getParameters in interface GlueCatalogTableConfig
      • getPartitionIndex

        public final Object getPartitionIndex()
        Description copied from interface: GlueCatalogTableConfig
        partition_index block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#partition_index GlueCatalogTable#partition_index}

        Specified by:
        getPartitionIndex in interface GlueCatalogTableConfig
      • getPartitionKeys

        public final Object getPartitionKeys()
        Description copied from interface: GlueCatalogTableConfig
        partition_keys block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#partition_keys GlueCatalogTable#partition_keys}

        Specified by:
        getPartitionKeys in interface GlueCatalogTableConfig
      • getRetention

        public final Number getRetention()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#retention GlueCatalogTable#retention}.
        Specified by:
        getRetention in interface GlueCatalogTableConfig
      • getTableType

        public final String getTableType()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#table_type GlueCatalogTable#table_type}.
        Specified by:
        getTableType in interface GlueCatalogTableConfig
      • getViewExpandedText

        public final String getViewExpandedText()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#view_expanded_text GlueCatalogTable#view_expanded_text}.
        Specified by:
        getViewExpandedText in interface GlueCatalogTableConfig
      • getViewOriginalText

        public final String getViewOriginalText()
        Description copied from interface: GlueCatalogTableConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#view_original_text GlueCatalogTable#view_original_text}.
        Specified by:
        getViewOriginalText in interface GlueCatalogTableConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $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