Class BigtableAuthorizedViewConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_authorized_view.BigtableAuthorizedViewConfig.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableAuthorizedViewConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableAuthorizedViewConfig
@Stability(Stable) @Internal public static final class BigtableAuthorizedViewConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableAuthorizedViewConfig
An implementation forBigtableAuthorizedViewConfig
-
-
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_authorized_view.BigtableAuthorizedViewConfig
BigtableAuthorizedViewConfig.Builder, BigtableAuthorizedViewConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableAuthorizedViewConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewConfig.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)ObjectgetConnection()ObjectgetCount()StringgetDeletionProtection()A field to make the authorized view 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_authorized_view#id BigtableAuthorizedView#id}.StringgetInstanceName()The name of the Bigtable instance in which the authorized view belongs.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The name of the authorized view.StringgetProject()The ID of the project in which the resource belongs.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()BigtableAuthorizedViewSubsetViewgetSubsetView()subset_view block.StringgetTableName()The name of the Bigtable table in which the authorized view belongs.BigtableAuthorizedViewTimeoutsgetTimeouts()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(BigtableAuthorizedViewConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewConfig.Builder.
-
-
Method Detail
-
getInstanceName
public final String getInstanceName()
Description copied from interface:BigtableAuthorizedViewConfigThe name of the Bigtable instance in which the authorized view belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#instance_name BigtableAuthorizedView#instance_name}
- Specified by:
getInstanceNamein interfaceBigtableAuthorizedViewConfig
-
getName
public final String getName()
Description copied from interface:BigtableAuthorizedViewConfigThe name of the authorized view.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_authorized_view#name BigtableAuthorizedView#name}
- Specified by:
getNamein interfaceBigtableAuthorizedViewConfig
-
getTableName
public final String getTableName()
Description copied from interface:BigtableAuthorizedViewConfigThe name of the Bigtable table in which the authorized view belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#table_name BigtableAuthorizedView#table_name}
- Specified by:
getTableNamein interfaceBigtableAuthorizedViewConfig
-
getDeletionProtection
public final String getDeletionProtection()
Description copied from interface:BigtableAuthorizedViewConfigA field to make the authorized view protected against data loss i.e. when set to PROTECTED, deleting the authorized view, the table containing the authorized view, and the instance containing the authorized view would be prohibited. If not provided, currently deletion protection will be set to UNPROTECTED as it is the API default value. Note this field configs the deletion protection provided by the API in the backend, and should not be confused with Terraform-side deletion protection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#deletion_protection BigtableAuthorizedView#deletion_protection}
- Specified by:
getDeletionProtectionin interfaceBigtableAuthorizedViewConfig
-
getId
public final String getId()
Description copied from interface:BigtableAuthorizedViewConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#id BigtableAuthorizedView#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 interfaceBigtableAuthorizedViewConfig
-
getProject
public final String getProject()
Description copied from interface:BigtableAuthorizedViewConfigThe 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_authorized_view#project BigtableAuthorizedView#project}
- Specified by:
getProjectin interfaceBigtableAuthorizedViewConfig
-
getSubsetView
public final BigtableAuthorizedViewSubsetView getSubsetView()
Description copied from interface:BigtableAuthorizedViewConfigsubset_view block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#subset_view BigtableAuthorizedView#subset_view}
- Specified by:
getSubsetViewin interfaceBigtableAuthorizedViewConfig
-
getTimeouts
public final BigtableAuthorizedViewTimeouts getTimeouts()
Description copied from interface:BigtableAuthorizedViewConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#timeouts BigtableAuthorizedView#timeouts}
- Specified by:
getTimeoutsin interfaceBigtableAuthorizedViewConfig
-
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
-
-