StorageLensArgs

data class StorageLensArgs(val storageLensConfiguration: Output<StorageLensConfigurationArgs>? = null, val tags: Output<List<StorageLensTagArgs>>? = null) : ConvertibleToJava<StorageLensArgs>

The AWS::S3::StorageLens resource is an Amazon S3 resource type that you can use to create Storage Lens configurations.

Constructors

Link copied to clipboard
fun StorageLensArgs(storageLensConfiguration: Output<StorageLensConfigurationArgs>? = null, tags: Output<List<StorageLensTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val tags: Output<List<StorageLensTagArgs>>? = null

A set of tags (key-value pairs) for this Amazon S3 Storage Lens configuration.