Class BigtableTableConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_table.BigtableTableConfig.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableTableConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableTableConfig
@Stability(Stable) @Internal public static final class BigtableTableConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableTableConfig
An implementation forBigtableTableConfig
-
-
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.google.bigtable_table.BigtableTableConfig
BigtableTableConfig.Builder, BigtableTableConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableTableConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableTableConfig.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)BigtableTableAutomatedBackupPolicygetAutomatedBackupPolicy()automated_backup_policy block.StringgetChangeStreamRetention()Duration to retain change stream data for the table.ObjectgetColumnFamily()column_family block.ObjectgetConnection()ObjectgetCount()StringgetDeletionProtection()A field to make the table protected against data loss i.e.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#id BigtableTable#id}.StringgetInstanceName()The name of the Bigtable instance.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The name of the table.StringgetProject()The ID of the project in which the resource belongs.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getSplitKeys()A list of predefined keys to split the table on.BigtableTableTimeoutsgetTimeouts()timeouts block.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(BigtableTableConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableTableConfig.Builder.
-
-
Method Detail
-
getInstanceName
public final String getInstanceName()
Description copied from interface:BigtableTableConfigThe name of the Bigtable instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#instance_name BigtableTable#instance_name}
- Specified by:
getInstanceNamein interfaceBigtableTableConfig
-
getName
public final String getName()
Description copied from interface:BigtableTableConfigThe name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#name BigtableTable#name}
- Specified by:
getNamein interfaceBigtableTableConfig
-
getAutomatedBackupPolicy
public final BigtableTableAutomatedBackupPolicy getAutomatedBackupPolicy()
Description copied from interface:BigtableTableConfigautomated_backup_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#automated_backup_policy BigtableTable#automated_backup_policy}
- Specified by:
getAutomatedBackupPolicyin interfaceBigtableTableConfig
-
getChangeStreamRetention
public final String getChangeStreamRetention()
Description copied from interface:BigtableTableConfigDuration to retain change stream data for the table.Set to 0 to disable. Must be between 1 and 7 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#change_stream_retention BigtableTable#change_stream_retention}
- Specified by:
getChangeStreamRetentionin interfaceBigtableTableConfig
-
getColumnFamily
public final Object getColumnFamily()
Description copied from interface:BigtableTableConfigcolumn_family block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#column_family BigtableTable#column_family}
- Specified by:
getColumnFamilyin interfaceBigtableTableConfig
-
getDeletionProtection
public final String getDeletionProtection()
Description copied from interface:BigtableTableConfigA field to make the table protected against data loss i.e. when set to PROTECTED, deleting the table, the column families in the table, and the instance containing the table would be prohibited. If not provided, currently deletion protection will be set to UNPROTECTED as it is the API default value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#deletion_protection BigtableTable#deletion_protection}
- Specified by:
getDeletionProtectionin interfaceBigtableTableConfig
-
getId
public final String getId()
Description copied from interface:BigtableTableConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#id BigtableTable#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 interfaceBigtableTableConfig
-
getProject
public final String getProject()
Description copied from interface:BigtableTableConfigThe ID of the project in which the resource belongs.If it is not provided, the provider project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#project BigtableTable#project}
- Specified by:
getProjectin interfaceBigtableTableConfig
-
getSplitKeys
public final List<String> getSplitKeys()
Description copied from interface:BigtableTableConfigA list of predefined keys to split the table on.!> Warning: Modifying the split_keys of an existing table will cause Terraform to delete/recreate the entire google_bigtable_table resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#split_keys BigtableTable#split_keys}
- Specified by:
getSplitKeysin interfaceBigtableTableConfig
-
getTimeouts
public final BigtableTableTimeouts getTimeouts()
Description copied from interface:BigtableTableConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#timeouts BigtableTable#timeouts}
- Specified by:
getTimeoutsin interfaceBigtableTableConfig
-
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
-
-