Class BigtableAppProfileSingleClusterRouting.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_app_profile.BigtableAppProfileSingleClusterRouting.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableAppProfileSingleClusterRouting,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableAppProfileSingleClusterRouting
@Stability(Stable) @Internal public static final class BigtableAppProfileSingleClusterRouting.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableAppProfileSingleClusterRouting
An implementation forBigtableAppProfileSingleClusterRouting
-
-
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_app_profile.BigtableAppProfileSingleClusterRouting
BigtableAppProfileSingleClusterRouting.Builder, BigtableAppProfileSingleClusterRouting.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableAppProfileSingleClusterRouting.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableAppProfileSingleClusterRouting.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)ObjectgetAllowTransactionalWrites()If true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile.StringgetClusterId()The cluster to which read/write requests should be routed.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(BigtableAppProfileSingleClusterRouting.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableAppProfileSingleClusterRouting.Builder.
-
-
Method Detail
-
getClusterId
public final String getClusterId()
Description copied from interface:BigtableAppProfileSingleClusterRoutingThe cluster to which read/write requests should be routed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#cluster_id BigtableAppProfile#cluster_id}
- Specified by:
getClusterIdin interfaceBigtableAppProfileSingleClusterRouting
-
getAllowTransactionalWrites
public final Object getAllowTransactionalWrites()
Description copied from interface:BigtableAppProfileSingleClusterRoutingIf true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile.It is unsafe to send these requests to the same table/row/column in multiple clusters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#allow_transactional_writes BigtableAppProfile#allow_transactional_writes}
- Specified by:
getAllowTransactionalWritesin interfaceBigtableAppProfileSingleClusterRouting
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-