Interface BigqueryDatapolicyDataPolicyDataMaskingPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDatapolicyDataPolicyDataMaskingPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.656Z") @Stability(Stable) public interface BigqueryDatapolicyDataPolicyDataMaskingPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatapolicyDataPolicyDataMaskingPolicy.BuilderA builder forBigqueryDatapolicyDataPolicyDataMaskingPolicystatic classBigqueryDatapolicyDataPolicyDataMaskingPolicy.Jsii$ProxyAn implementation forBigqueryDatapolicyDataPolicyDataMaskingPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryDatapolicyDataPolicyDataMaskingPolicy.Builderbuilder()default StringgetPredefinedExpression()The available masking rules.default StringgetRoutine()The name of the BigQuery routine that contains the custom masking routine, in the format of projects/{projectNumber}/datasets/{dataset_id}/routines/{routine_id}.
-
-
-
Method Detail
-
getPredefinedExpression
@Stability(Stable) @Nullable default String getPredefinedExpression()
The available masking rules. Learn more here: https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options. Possible values: ["SHA256", "ALWAYS_NULL", "DEFAULT_MASKING_VALUE", "LAST_FOUR_CHARACTERS", "FIRST_FOUR_CHARACTERS", "EMAIL_MASK", "DATE_YEAR_MASK"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#predefined_expression BigqueryDatapolicyDataPolicy#predefined_expression}
-
getRoutine
@Stability(Stable) @Nullable default String getRoutine()
The name of the BigQuery routine that contains the custom masking routine, in the format of projects/{projectNumber}/datasets/{dataset_id}/routines/{routine_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#routine BigqueryDatapolicyDataPolicy#routine}
-
builder
@Stability(Stable) static BigqueryDatapolicyDataPolicyDataMaskingPolicy.Builder builder()
-
-