ManagedServicesResourceTagComparison Object
Description
Comparison for resource tags.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
contains
does-not-contain
does-not-end-with
does-not-equal
does-not-exist
does-not-start-with
ends-with
equals
exists
starts-with
Required: Yes
tagName
Key of the resource tag.
Type: string
Required: Yes
tagValue
Value of the resource tag to compare. Required when compareType
is not exists
and does-not-exist
.
Type: string
Required: Conditional
Sample JSON
{
"tagName": "start-schedule",
"compareType": "equals",
"tagValue": "daily-0800"
}
Last updated