includedObjectAttributes

@JvmName(name = "htlwohsjlgyfljkr")
suspend fun includedObjectAttributes(value: Output<List<String>>)
@JvmName(name = "ruakitjyrbaycuqo")
suspend fun includedObjectAttributes(value: List<String>?)

Parameters

value

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.


@JvmName(name = "eevjgddhutlvnkcy")
suspend fun includedObjectAttributes(vararg values: Output<String>)


@JvmName(name = "mwrhvnjfjnkjducy")
suspend fun includedObjectAttributes(values: List<Output<String>>)
@JvmName(name = "ddlyrqcmqeptxlbc")
suspend fun includedObjectAttributes(vararg values: String)

Parameters

values

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.