A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
Type: objectProperties: 2Required: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless
Tag is a JSON Structure definition published by Amazon EventBridge Pipes, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-tag-structure.json",
"name": "Tag",
"description": "A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.",
"type": "object",
"properties": {
"Key": {
"allOf": [
{
"$ref": "#/components/schemas/TagKey"
},
{
"description": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources."
}
]
},
"Value": {
"allOf": [
{
"$ref": "#/components/schemas/TagValue"
},
{
"description": "The value for the specified tag key."
}
]
}
},
"required": [
"Key",
"Value"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.