includedBucketAttributes

@JvmName(name = "upmsgsiivmwrvtmr")
suspend fun includedBucketAttributes(value: Output<List<String>>)
@JvmName(name = "vrxvoeqadyuevgpr")
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 = "qwvdtlvtjrhdcbak")
suspend fun includedBucketAttributes(vararg values: Output<String>)


@JvmName(name = "hffmogxlnduxlpuk")
suspend fun includedBucketAttributes(values: List<Output<String>>)
@JvmName(name = "bcgxamyoucjpdydu")
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.