Storage Lens Group Args
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)