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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigtableAuthorizedViewSubsetView.BuilderA builder forBigtableAuthorizedViewSubsetViewstatic classBigtableAuthorizedViewSubsetView.Jsii$ProxyAn implementation forBigtableAuthorizedViewSubsetView
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigtableAuthorizedViewSubsetView.Builderbuilder()default ObjectgetFamilySubsets()family_subsets block.default List<String>getRowPrefixes()Base64-encoded row prefixes to be included in the authorized view.
-
-
-
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}
-
builder
@Stability(Stable) static BigtableAuthorizedViewSubsetView.Builder builder()
-
-