PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs

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

Constructors

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

Properties

Link copied to clipboard
val frequency: Output<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: Output<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.

Functions

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