StorageLensGroup

A custom grouping of objects that include filters for prefixes, suffixes, object tags, object size, or object age. You can create an S3 Storage Lens group that includes a single filter or multiple filter conditions. To specify multiple filter conditions, you use AND or OR logical operators.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the AND or OR logical operator is used.

Link copied to clipboard

Contains the name of the Storage Lens group.

Link copied to clipboard

Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.

Functions

Link copied to clipboard
inline fun copy(block: StorageLensGroup.Builder.() -> Unit = {}): StorageLensGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String