Conditions

Contains information about which resources to include or exclude from a backup plan using their tags. Conditions are case sensitive.

Types

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

Properties

Link copied to clipboard

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."

Link copied to clipboard

Filters the values of your tagged resources for matching tag values with the use of a wildcard character () anywhere in the string. For example, "prod" or "rod" matches the tag value "production".

Link copied to clipboard

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."

Link copied to clipboard

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string.

Functions

Link copied to clipboard
inline fun copy(block: Conditions.Builder.() -> Unit = {}): Conditions
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