Interface DataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.430Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsBigQueryTarget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsBigQueryTarget.BuilderA builder forDataLossPreventionDiscoveryConfigTargetsBigQueryTargetstatic classDataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTarget
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builderbuilder()default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadencegetCadence()cadence block.default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsgetConditions()conditions block.default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetDisabledgetDisabled()disabled block.default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetFiltergetFilter()filter block.
-
-
-
Method Detail
-
getCadence
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadence getCadence()
cadence block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#cadence DataLossPreventionDiscoveryConfig#cadence}
-
getConditions
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions getConditions()
conditions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#conditions DataLossPreventionDiscoveryConfig#conditions}
-
getDisabled
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetDisabled getDisabled()
disabled block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#disabled DataLossPreventionDiscoveryConfig#disabled}
-
getFilter
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetFilter getFilter()
filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#filter DataLossPreventionDiscoveryConfig#filter}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsBigQueryTarget.Builder builder()
-
-