NameTagComparison Object
Description
Comparison for the Name tag on an AWS resource.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
containsdoes-not-containdoes-not-end-withdoes-not-equaldoes-not-start-withends-withequalsstarts-with
Required: Yes
nameTag
Text to compare.
Type: string
Required: Yes
Sample JSON
{
"nameTag": "prod-",
"compareType": "starts-with"
}Last updated