includedBucketAttributes

@JvmName(name = "mewhxokuyaoibwhi")
suspend fun includedBucketAttributes(value: Output<List<String>>)
@JvmName(name = "yukjhsnmlilsrbpw")
suspend fun includedBucketAttributes(value: List<String>?)

Parameters

value

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.


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


@JvmName(name = "rblxgtkboroxglln")
suspend fun includedBucketAttributes(values: List<Output<String>>)
@JvmName(name = "vtjsxijdwgmbsfha")
suspend fun includedBucketAttributes(vararg values: String)

Parameters

values

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.