PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadence

Constructors

constructor(frequency: String? = null, types: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val frequency: String? = null

Frequency to regenerate data profiles when the schema is modified. Defaults to monthly. Possible values are: UPDATE_FREQUENCY_NEVER, UPDATE_FREQUENCY_DAILY, UPDATE_FREQUENCY_MONTHLY.

Link copied to clipboard
val types: List<String>? = null

The types of schema modifications to consider. Defaults to NEW_COLUMNS. Each value may be one of: NEW_COLUMNS, REMOVED_COLUMNS.