PreventionDiscoveryConfigTargetCloudSqlTargetArgs

data class PreventionDiscoveryConfigTargetCloudSqlTargetArgs(val conditions: Output<PreventionDiscoveryConfigTargetCloudSqlTargetConditionsArgs>? = null, val disabled: Output<PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs>? = null, val filter: Output<PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs>, val generationCadence: Output<PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudSqlTargetArgs>

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

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.

Functions

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