Amazon Certificate Manager · JSON Structure

Certificate Manager List Certificates Response Structure

ListCertificatesResponse schema from Amazon Certificate Manager API

Type: object Properties: 2
CertificatesEncryptionSecuritySSLTLS

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

Properties

CertificateSummaryList NextToken

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-list-certificates-response-structure.json",
  "name": "ListCertificatesResponse",
  "description": "ListCertificatesResponse schema from Amazon Certificate Manager API",
  "type": "object",
  "properties": {
    "CertificateSummaryList": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "CertificateArn": {
            "type": "string"
          },
          "DomainName": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "Type": {
            "type": "string"
          }
        }
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}