StorageLensGroupLevelArgs

data class StorageLensGroupLevelArgs(val storageLensGroupSelectionCriteria: Output<StorageLensGroupSelectionCriteriaArgs>? = null) : ConvertibleToJava<StorageLensGroupLevelArgs>

Specifies the details of Amazon S3 Storage Lens Group configuration.

Constructors

Link copied to clipboard
constructor(storageLensGroupSelectionCriteria: Output<StorageLensGroupSelectionCriteriaArgs>? = null)

Properties

Link copied to clipboard

This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.

Functions

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