Interface BigtableAuthorizedViewSubsetView

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

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

      • getFamilySubsets

        @Stability(Stable)
        @Nullable
        default Object getFamilySubsets()
        family_subsets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#family_subsets BigtableAuthorizedView#family_subsets}

      • getRowPrefixes

        @Stability(Stable)
        @Nullable
        default List<String> getRowPrefixes()
        Base64-encoded row prefixes to be included in the authorized view.

        To provide access to all rows, include the empty string as a prefix (""). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#row_prefixes BigtableAuthorizedView#row_prefixes}