Amazon MediaConvert · JSON Structure

Mediaconvert Api Renewal Type Structure

Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

RenewalType 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-renewal-type-structure.json",
  "name": "RenewalType",
  "type": "string",
  "description": "Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.",
  "enum": [
    "AUTO_RENEW",
    "EXPIRE"
  ]
}