Interface BigqueryDatapolicyDataPolicyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
BigqueryDatapolicyDataPolicyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.656Z") @Stability(Stable) public interface BigqueryDatapolicyDataPolicyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatapolicyDataPolicyConfig.BuilderA builder forBigqueryDatapolicyDataPolicyConfigstatic classBigqueryDatapolicyDataPolicyConfig.Jsii$ProxyAn implementation forBigqueryDatapolicyDataPolicyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryDatapolicyDataPolicyConfig.Builderbuilder()default BigqueryDatapolicyDataPolicyDataMaskingPolicygetDataMaskingPolicy()data_masking_policy block.StringgetDataPolicyId()User-assigned (human readable) ID of the data policy that needs to be unique within a project.StringgetDataPolicyType()The enrollment level of the service.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#id BigqueryDatapolicyDataPolicy#id}.StringgetLocation()The name of the location of the data policy.StringgetPolicyTag()Policy tag resource name, in the format of projects/{project_number}/locations/{locationId}/taxonomies/{taxonomyId}/policyTags/{policyTag_id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#project BigqueryDatapolicyDataPolicy#project}.default BigqueryDatapolicyDataPolicyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDataPolicyId
@Stability(Stable) @NotNull String getDataPolicyId()
User-assigned (human readable) ID of the data policy that needs to be unique within a project.Used as {dataPolicyId} in part of the resource name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#data_policy_id BigqueryDatapolicyDataPolicy#data_policy_id}
-
getDataPolicyType
@Stability(Stable) @NotNull String getDataPolicyType()
The enrollment level of the service. Possible values: ["COLUMN_LEVEL_SECURITY_POLICY", "DATA_MASKING_POLICY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#data_policy_type BigqueryDatapolicyDataPolicy#data_policy_type}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The name of the location of the data policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#location BigqueryDatapolicyDataPolicy#location}
-
getPolicyTag
@Stability(Stable) @NotNull String getPolicyTag()
Policy tag resource name, in the format of projects/{project_number}/locations/{locationId}/taxonomies/{taxonomyId}/policyTags/{policyTag_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#policy_tag BigqueryDatapolicyDataPolicy#policy_tag}
-
getDataMaskingPolicy
@Stability(Stable) @Nullable default BigqueryDatapolicyDataPolicyDataMaskingPolicy getDataMaskingPolicy()
data_masking_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#data_masking_policy BigqueryDatapolicyDataPolicy#data_masking_policy}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#id BigqueryDatapolicyDataPolicy#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#project BigqueryDatapolicyDataPolicy#project}.
-
getTimeouts
@Stability(Stable) @Nullable default BigqueryDatapolicyDataPolicyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_datapolicy_data_policy#timeouts BigqueryDatapolicyDataPolicy#timeouts}
-
builder
@Stability(Stable) static BigqueryDatapolicyDataPolicyConfig.Builder builder()
-
-