Class GlueCatalogTableStorageDescriptor.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptor.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogTableStorageDescriptor,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogTableStorageDescriptor
@Stability(Stable) @Internal public static final class GlueCatalogTableStorageDescriptor.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogTableStorageDescriptor
An implementation forGlueCatalogTableStorageDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptor
GlueCatalogTableStorageDescriptor.Builder, GlueCatalogTableStorageDescriptor.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogTableStorageDescriptor.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptor.Builder.protectedJsii$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()booleanequals(Object o)List<String>getBucketColumns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#bucket_columns GlueCatalogTable#bucket_columns}.ObjectgetColumns()columns block.ObjectgetCompressed()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#compressed GlueCatalogTable#compressed}.StringgetInputFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#input_format GlueCatalogTable#input_format}.StringgetLocation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#location GlueCatalogTable#location}.NumbergetNumberOfBuckets()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#number_of_buckets GlueCatalogTable#number_of_buckets}.StringgetOutputFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#output_format GlueCatalogTable#output_format}.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}.GlueCatalogTableStorageDescriptorSchemaReferencegetSchemaReference()schema_reference block.GlueCatalogTableStorageDescriptorSerDeInfogetSerDeInfo()ser_de_info block.GlueCatalogTableStorageDescriptorSkewedInfogetSkewedInfo()skewed_info block.ObjectgetSortColumns()sort_columns block.ObjectgetStoredAsSubDirectories()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#stored_as_sub_directories GlueCatalogTable#stored_as_sub_directories}.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(GlueCatalogTableStorageDescriptor.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptor.Builder.
-
-
Method Detail
-
getBucketColumns
public final List<String> getBucketColumns()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#bucket_columns GlueCatalogTable#bucket_columns}.- Specified by:
getBucketColumnsin interfaceGlueCatalogTableStorageDescriptor
-
getColumns
public final Object getColumns()
Description copied from interface:GlueCatalogTableStorageDescriptorcolumns block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#columns GlueCatalogTable#columns}
- Specified by:
getColumnsin interfaceGlueCatalogTableStorageDescriptor
-
getCompressed
public final Object getCompressed()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#compressed GlueCatalogTable#compressed}.- Specified by:
getCompressedin interfaceGlueCatalogTableStorageDescriptor
-
getInputFormat
public final String getInputFormat()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#input_format GlueCatalogTable#input_format}.- Specified by:
getInputFormatin interfaceGlueCatalogTableStorageDescriptor
-
getLocation
public final String getLocation()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#location GlueCatalogTable#location}.- Specified by:
getLocationin interfaceGlueCatalogTableStorageDescriptor
-
getNumberOfBuckets
public final Number getNumberOfBuckets()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#number_of_buckets GlueCatalogTable#number_of_buckets}.- Specified by:
getNumberOfBucketsin interfaceGlueCatalogTableStorageDescriptor
-
getOutputFormat
public final String getOutputFormat()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#output_format GlueCatalogTable#output_format}.- Specified by:
getOutputFormatin interfaceGlueCatalogTableStorageDescriptor
-
getParameters
public final Map<String,String> getParameters()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.- Specified by:
getParametersin interfaceGlueCatalogTableStorageDescriptor
-
getSchemaReference
public final GlueCatalogTableStorageDescriptorSchemaReference getSchemaReference()
Description copied from interface:GlueCatalogTableStorageDescriptorschema_reference block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_reference GlueCatalogTable#schema_reference}
- Specified by:
getSchemaReferencein interfaceGlueCatalogTableStorageDescriptor
-
getSerDeInfo
public final GlueCatalogTableStorageDescriptorSerDeInfo getSerDeInfo()
Description copied from interface:GlueCatalogTableStorageDescriptorser_de_info block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#ser_de_info GlueCatalogTable#ser_de_info}
- Specified by:
getSerDeInfoin interfaceGlueCatalogTableStorageDescriptor
-
getSkewedInfo
public final GlueCatalogTableStorageDescriptorSkewedInfo getSkewedInfo()
Description copied from interface:GlueCatalogTableStorageDescriptorskewed_info block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#skewed_info GlueCatalogTable#skewed_info}
- Specified by:
getSkewedInfoin interfaceGlueCatalogTableStorageDescriptor
-
getSortColumns
public final Object getSortColumns()
Description copied from interface:GlueCatalogTableStorageDescriptorsort_columns block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#sort_columns GlueCatalogTable#sort_columns}
- Specified by:
getSortColumnsin interfaceGlueCatalogTableStorageDescriptor
-
getStoredAsSubDirectories
public final Object getStoredAsSubDirectories()
Description copied from interface:GlueCatalogTableStorageDescriptorDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#stored_as_sub_directories GlueCatalogTable#stored_as_sub_directories}.- Specified by:
getStoredAsSubDirectoriesin interfaceGlueCatalogTableStorageDescriptor
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-