StorageLensGroupFilter

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

Types

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

Properties

Link copied to clipboard

A logical operator that allows multiple filter conditions to be joined for more complex comparisons of Storage Lens group data. Objects must match all of the listed filter conditions that are joined by the And logical operator. Only one of each filter condition is allowed.

Link copied to clipboard

Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes are allowed.

Link copied to clipboard

Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.

Link copied to clipboard

Contains the list of S3 object tags. At least one object tag must be specified. Up to 10 object tags are allowed.

Link copied to clipboard

Contains DaysGreaterThan and DaysLessThan to define the object age range (minimum and maximum number of days).

Link copied to clipboard

Contains BytesGreaterThan and BytesLessThan to define the object size range (minimum and maximum number of Bytes).

Link copied to clipboard

A single logical operator that allows multiple filter conditions to be joined. Objects can match any of the listed filter conditions, which are joined by the Or logical operator. Only one of each filter condition is allowed.

Functions

Link copied to clipboard
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