Prevention Discovery Config Target Cloud Sql Target Args
data class PreventionDiscoveryConfigTargetCloudSqlTargetArgs(val conditions: Output<PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs>? = null, val disabled: Output<PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs>? = null, val filter: Output<PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs>, val generationCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetArgs>
Constructors
Link copied to clipboard
constructor(conditions: Output<PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs>? = null, disabled: Output<PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs>? = null, filter: Output<PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs>, generationCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>? = null)
Properties
Link copied to clipboard
In addition to matching the filter, these conditions must be true before a profile is generated. Structure is documented below.
Link copied to clipboard
Disable profiling for database resources that match this filter.
Link copied to clipboard
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table. Structure is documented below.
Link copied to clipboard
val generationCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>? = null
How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity. Structure is documented below.