Amazon Certificate Manager · JSON Structure

Certificate Manager Request Certificate Response Structure

RequestCertificateResponse schema from Amazon Certificate Manager API

Type: object Properties: 1
CertificatesEncryptionSecuritySSLTLS

RequestCertificateResponse 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

CertificateArn

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-request-certificate-response-structure.json",
  "name": "RequestCertificateResponse",
  "description": "RequestCertificateResponse schema from Amazon Certificate Manager API",
  "type": "object",
  "properties": {
    "CertificateArn": {
      "type": "string",
      "description": "The ARN of the issued certificate."
    }
  }
}