Amazon Certificate Manager · Example Payload

Certificate Manager List Certificates Response Example

CertificatesEncryptionSecuritySSLTLS

Certificate Manager List Certificates Response Example is an example object payload from Amazon Certificate Manager, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CertificateSummaryListNextToken

Example Payload

Raw ↑
{
  "CertificateSummaryList": [
    {
      "CertificateArn": "arn:aws:acm:us-east-1:123456789012:certificate/abc12345-1234-1234-1234-abc123456789",
      "DomainName": "example.com",
      "Status": "ISSUED",
      "Type": "example-value"
    }
  ],
  "NextToken": "a1b2c3d4e5f6"
}