RestoreTestingSelectionProtectedResourceConditionsArgs

data class RestoreTestingSelectionProtectedResourceConditionsArgs(val stringEquals: Output<List<RestoreTestingSelectionKeyValueArgs>>? = null, val stringNotEquals: Output<List<RestoreTestingSelectionKeyValueArgs>>? = null) : ConvertibleToJava<RestoreTestingSelectionProtectedResourceConditionsArgs>

Constructors

constructor(stringEquals: Output<List<RestoreTestingSelectionKeyValueArgs>>? = null, stringNotEquals: Output<List<RestoreTestingSelectionKeyValueArgs>>? = null)

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 only those resources that you tagged that do not have the same value. Also called "negated matching."

Functions

Link copied to clipboard
open override fun toJava(): RestoreTestingSelectionProtectedResourceConditionsArgs