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
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
inline fun copy(block: StorageLensGroupOrOperator.Builder.() -> Unit = {}): StorageLensGroupOrOperator