Amazon Certificate Manager · JSON Structure

Certificate Manager Describe Certificate Response Structure

DescribeCertificateResponse schema from Amazon Certificate Manager API

Type: object Properties: 1
CertificatesEncryptionSecuritySSLTLS

DescribeCertificateResponse is a JSON Structure definition published by Amazon Certificate Manager, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Certificate

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-certificate-manager/refs/heads/main/json-structure/certificate-manager-describe-certificate-response-structure.json",
  "name": "DescribeCertificateResponse",
  "description": "DescribeCertificateResponse schema from Amazon Certificate Manager API",
  "type": "object",
  "properties": {
    "Certificate": {
      "type": "object",
      "properties": {
        "CertificateArn": {
          "type": "string"
        },
        "DomainName": {
          "type": "string"
        },
        "SubjectAlternativeNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "Status": {
          "type": "string"
        },
        "Type": {
          "type": "string"
        },
        "Issuer": {
          "type": "string"
        },
        "CreatedAt": {
          "type": "datetime"
        },
        "IssuedAt": {
          "type": "datetime"
        },
        "NotBefore": {
          "type": "datetime"
        },
        "NotAfter": {
          "type": "datetime"
        },
        "Serial": {
          "type": "string"
        },
        "KeyAlgorithm": {
          "type": "string"
        }
      }
    }
  }
}