Prevention Discovery Config Target Cloud Storage Target Args
data class PreventionDiscoveryConfigTargetCloudStorageTargetArgs(val conditions: Output<PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs>? = null, val disabled: Output<PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs>? = null, val filter: Output<PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs>, val generationCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudStorageTargetArgs>
Constructors
Link copied to clipboard
constructor(conditions: Output<PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs>? = null, disabled: Output<PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs>? = null, filter: Output<PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs>, generationCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs>? = 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 buckets that match this filter.
Link copied to clipboard
The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket. Structure is documented below.
Link copied to clipboard
val generationCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs>? = null
How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity. Structure is documented below.