EbsSnapshotDescriptionComparison Object
Description
Comparison for EBS snapshot descriptions.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
containsdoes-not-containdoes-not-end-withdoes-not-equaldoes-not-start-withends-withequalsstarts-with
Required: Yes
description
Text to compare.
Type: string
Required: Yes
Sample JSON
{
"description": "prod-",
"compareType": "starts-with"
}Last updated