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
constructor(buckets: Output<List<String>>? = null, regions: Output<List<String>>? = null)

Properties

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

This property contains the details of the buckets for the Amazon S3 Storage Lens configuration. This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference .

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

This property contains the details of the Regions for the S3 Storage Lens configuration.

Functions

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