Interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.431Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builderstatic classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builderbuilder()default StringgetFrequency()How frequently data profiles can be updated when tables are modified.default List<String>getTypes()The type of events to consider when deciding if the table has been modified and should have the profile updated.
-
-
-
Method Detail
-
getFrequency
@Stability(Stable) @Nullable default String getFrequency()
How frequently data profiles can be updated when tables are modified. Defaults to never. Possible values: ["UPDATE_FREQUENCY_NEVER", "UPDATE_FREQUENCY_DAILY", "UPDATE_FREQUENCY_MONTHLY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#frequency DataLossPreventionDiscoveryConfig#frequency}
-
getTypes
@Stability(Stable) @Nullable default List<String> getTypes()
The type of events to consider when deciding if the table has been modified and should have the profile updated.Defaults to MODIFIED_TIMESTAMP Possible values: ["TABLE_MODIFIED_TIMESTAMP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#types DataLossPreventionDiscoveryConfig#types}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder builder()
-
-