x-amazon-apigateway-tag-value property
Specifies the value of an AWS tag for an HTTP API. You can use the x-amazon-apigateway-tag-value
property as part of the root-level OpenAPI tag objectx-amazon-apigateway-tag-value
property, API Gateway creates a tag with an empty string for a value.
To learn more about tagging, see Tagging your API Gateway resources.
Property name | Type | Description |
---|---|---|
|
String |
Specifies the tag key. |
|
String |
Specifies the tag value. |
x-amazon-apigateway-tag-value
example
The following example specifies two tags for an HTTP API:
"Owner": "Admin"
"Prod": ""
"tags": [ { "name": "Owner", "x-amazon-apigateway-tag-value": "Admin" }, { "name": "Prod" } ]