StorageLensBucketsAndRegions

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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