Interface BigtableAppProfileSingleClusterRouting

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    BigtableAppProfileSingleClusterRouting.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.763Z")
    @Stability(Stable)
    public interface BigtableAppProfileSingleClusterRouting
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getClusterId

        @Stability(Stable)
        @NotNull
        String getClusterId()
        The 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}

      • getAllowTransactionalWrites

        @Stability(Stable)
        @Nullable
        default Object getAllowTransactionalWrites()
        If 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}