StorageLensGroupOrOperator

A container element for specifying Or rule conditions. The rule conditions determine the subset of objects to which the Or rule applies. 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.

Types

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

Properties

Link copied to clipboard

Filters objects that match any of the specified prefixes.

Link copied to clipboard

Filters objects that match any of the specified suffixes.

Link copied to clipboard

Filters objects that match any of the specified S3 object tags.

Link copied to clipboard

Filters objects that match the specified object age range.

Link copied to clipboard

Filters objects that match the specified object size range.

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