PreventionDiscoveryConfigTargetCloudStorageTargetArgs

data class PreventionDiscoveryConfigTargetCloudStorageTargetArgs(val conditions: Output<PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs>? = null, val disabled: Output<PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs>? = null, val filter: Output<PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs>, val generationCadence: Output<PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudStorageTargetArgs>

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

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.

Functions

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