Amazon MediaConvert · JSON Structure

Mediaconvert Api Billing Tags Source Structure

The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

BillingTagsSource is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-billing-tags-source-structure.json",
  "name": "BillingTagsSource",
  "type": "string",
  "description": "The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.",
  "enum": [
    "QUEUE",
    "PRESET",
    "JOB_TEMPLATE",
    "JOB"
  ]
}