Class GlueCatalogTableConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableConfig.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogTableConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogTableConfig
@Stability(Stable) @Internal public static final class GlueCatalogTableConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogTableConfig
An implementation forGlueCatalogTableConfig
-
-
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.GlueCatalogTableConfig
GlueCatalogTableConfig.Builder, GlueCatalogTableConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogTableConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableConfig.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)StringgetCatalogId()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}.ObjectgetConnection()ObjectgetCount()StringgetDatabaseName()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()StringgetDescription()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.ITerraformIteratorgetForEach()StringgetId()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.TerraformResourceLifecyclegetLifecycle()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.StringgetOwner()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}.ObjectgetPartitionIndex()partition_index block.ObjectgetPartitionKeys()partition_keys block.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()NumbergetRetention()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#retention GlueCatalogTable#retention}.GlueCatalogTableStorageDescriptorgetStorageDescriptor()storage_descriptor block.StringgetTableType()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}.GlueCatalogTableTargetTablegetTargetTable()target_table block.StringgetViewExpandedText()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}.StringgetViewOriginalText()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}.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(GlueCatalogTableConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogTableConfig.Builder.
-
-
Method Detail
-
getDatabaseName
public final String getDatabaseName()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getDatabaseNamein interfaceGlueCatalogTableConfig
-
getName
public final String getName()
Description copied from interface:GlueCatalogTableConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.- Specified by:
getNamein interfaceGlueCatalogTableConfig
-
getCatalogId
public final String getCatalogId()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getCatalogIdin interfaceGlueCatalogTableConfig
-
getDescription
public final String getDescription()
Description copied from interface:GlueCatalogTableConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#description GlueCatalogTable#description}.- Specified by:
getDescriptionin interfaceGlueCatalogTableConfig
-
getId
public final String getId()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getIdin interfaceGlueCatalogTableConfig
-
getOwner
public final String getOwner()
Description copied from interface:GlueCatalogTableConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#owner GlueCatalogTable#owner}.- Specified by:
getOwnerin interfaceGlueCatalogTableConfig
-
getParameters
public final Map<String,String> getParameters()
Description copied from interface:GlueCatalogTableConfigDocs 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 interfaceGlueCatalogTableConfig
-
getPartitionIndex
public final Object getPartitionIndex()
Description copied from interface:GlueCatalogTableConfigpartition_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:
getPartitionIndexin interfaceGlueCatalogTableConfig
-
getPartitionKeys
public final Object getPartitionKeys()
Description copied from interface:GlueCatalogTableConfigpartition_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:
getPartitionKeysin interfaceGlueCatalogTableConfig
-
getRetention
public final Number getRetention()
Description copied from interface:GlueCatalogTableConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#retention GlueCatalogTable#retention}.- Specified by:
getRetentionin interfaceGlueCatalogTableConfig
-
getStorageDescriptor
public final GlueCatalogTableStorageDescriptor getStorageDescriptor()
Description copied from interface:GlueCatalogTableConfigstorage_descriptor block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#storage_descriptor GlueCatalogTable#storage_descriptor}
- Specified by:
getStorageDescriptorin interfaceGlueCatalogTableConfig
-
getTableType
public final String getTableType()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getTableTypein interfaceGlueCatalogTableConfig
-
getTargetTable
public final GlueCatalogTableTargetTable getTargetTable()
Description copied from interface:GlueCatalogTableConfigtarget_table block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#target_table GlueCatalogTable#target_table}
- Specified by:
getTargetTablein interfaceGlueCatalogTableConfig
-
getViewExpandedText
public final String getViewExpandedText()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getViewExpandedTextin interfaceGlueCatalogTableConfig
-
getViewOriginalText
public final String getViewOriginalText()
Description copied from interface:GlueCatalogTableConfigDocs 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:
getViewOriginalTextin interfaceGlueCatalogTableConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-