Amazon MediaConvert · JSON Structure

Mediaconvert Api Associate Certificate Request Structure

AssociateCertificateRequest schema from Amazon MediaConvert API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

AssociateCertificateRequest is a JSON Structure definition published by Amazon MediaConvert, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Arn

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-associate-certificate-request-structure.json",
  "name": "AssociateCertificateRequest",
  "type": "object",
  "description": "AssociateCertificateRequest schema from Amazon MediaConvert API",
  "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"
  ]
}