StorageLensBucketsAndRegionsArgs

data class StorageLensBucketsAndRegionsArgs(val buckets: Output<List<String>>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<StorageLensBucketsAndRegionsArgs>

S3 buckets and Regions to include/exclude in the Amazon S3 Storage Lens configuration.

Constructors

Link copied to clipboard
fun StorageLensBucketsAndRegionsArgs(buckets: Output<List<String>>? = null, regions: Output<List<String>>? = null)

Functions

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

Properties

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