PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs

data class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs(val includedBucketAttributes: Output<List<String>>? = null, val includedObjectAttributes: Output<List<String>>? = null) : ConvertibleToJava<PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs>

Constructors

constructor(includedBucketAttributes: Output<List<String>>? = null, includedObjectAttributes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val includedBucketAttributes: Output<List<String>>? = null

Only objects with the specified attributes will be scanned. Defaults to ALL_SUPPORTED_BUCKETS if unset. Each value may be one of: ALL_SUPPORTED_BUCKETS, AUTOCLASS_DISABLED, AUTOCLASS_ENABLED.

Link copied to clipboard
val includedObjectAttributes: Output<List<String>>? = null

Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to ALL_SUPPORTED_OBJECTS. A profile will be created even if no objects match the included_object_attributes. Each value may be one of: ALL_SUPPORTED_OBJECTS, STANDARD, NEARLINE, COLDLINE, ARCHIVE, REGIONAL, MULTI_REGIONAL, DURABLE_REDUCED_AVAILABILITY.

Functions

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