PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs

data class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs(val refreshFrequency: Output<String>? = null, val schemaModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>

Constructors

constructor(refreshFrequency: Output<String>? = null, schemaModifiedCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs>? = null)

Properties

Link copied to clipboard
val refreshFrequency: Output<String>? = null

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

Governs when to update data profiles when a schema is modified Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs