StorageLensConfigurationStorageLensConfigurationInclude

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

Constructors

constructor(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

List of S3 bucket ARNs.

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

List of AWS Regions.