StorageLensConfigurationStorageLensConfigurationIncludeArgs

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

Constructors

constructor(buckets: Output<List<String>>? = null, regions: Output<List<String>>? = null)

Properties

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

List of S3 bucket ARNs.

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

List of AWS Regions.

Functions

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