StorageLensGroupArgs

data class StorageLensGroupArgs(val filter: Output<StorageLensGroupFilterArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StorageLensGroupArgs>

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

Constructors

Link copied to clipboard
constructor(filter: Output<StorageLensGroupFilterArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val filter: Output<StorageLensGroupFilterArgs>? = null

This property contains the criteria for the Storage Lens group data that is displayed

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

This property contains the Storage Lens group name.

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

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

Functions

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