Prevention Discovery Config Target Cloud Sql Target Generation Cadence Args
data class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs(val refreshFrequency: Output<String>? = null, val schemaModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>
Constructors
Link copied to clipboard
constructor(refreshFrequency: Output<String>? = null, schemaModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs>? = null)
Properties
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
.
Link copied to clipboard
val schemaModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs>? = null
Governs when to update data profiles when a schema is modified Structure is documented below.