PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence

data class PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence(val frequency: String? = null, val types: List<String>? = null)

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

How frequently data profiles can be updated when tables are modified. Defaults to never. Possible values are: UPDATE_FREQUENCY_NEVER, UPDATE_FREQUENCY_DAILY, UPDATE_FREQUENCY_MONTHLY.

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

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP Each value may be one of: TABLE_MODIFIED_TIMESTAMP.