AssociateCertificateRequest

AssociateCertificateRequest schema from Amazon MediaConvert API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Arn object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-associate-certificate-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-associate-certificate-request-schema.json",
  "title": "AssociateCertificateRequest",
  "description": "AssociateCertificateRequest schema from Amazon MediaConvert API",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "The ARN of the ACM certificate that you want to associate with your MediaConvert resource."
        }
      ]
    }
  },
  "required": [
    "Arn"
  ]
}