Storage Lens Buckets And Regions Args
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)