Class BiglakeTableHiveOptions.Jsii$Proxy

    • 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

      • getParameters

        public final Map<String,​String> getParameters()
        Description copied from interface: BiglakeTableHiveOptions
        Stores user supplied Hive table parameters.

        An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#parameters BiglakeTable#parameters}

        Specified by:
        getParameters in interface BiglakeTableHiveOptions
      • getTableType

        public final String getTableType()
        Description copied from interface: BiglakeTableHiveOptions
        Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#table_type BiglakeTable#table_type}

        Specified by:
        getTableType in interface BiglakeTableHiveOptions
      • $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