Prevention Discovery Config Target Cloud Storage Target Generation Cadence Args
data class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs(val inspectTemplateModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs>? = null, val refreshFrequency: Output<String>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs>
Constructors
Link copied to clipboard
constructor(inspectTemplateModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs>? = null, refreshFrequency: Output<String>? = null)
Properties
Link copied to clipboard
val inspectTemplateModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs>? = null
Governs when to update data profiles when the inspection rules defined by the InspectTemplate
change. If not set, changing the template will not cause a data profile to update. Structure is documented below.
Link copied to clipboard
Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never. Possible values are: UPDATE_FREQUENCY_NEVER
, UPDATE_FREQUENCY_DAILY
, UPDATE_FREQUENCY_MONTHLY
.