Amazon Private CA · JSON Structure

Amazon Private Ca Create Certificate Authority Response Structure

CreateCertificateAuthorityResponse schema from Amazon Private CA API

Type: object Properties: 1
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

CertificateAuthorityArn

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-private-ca/refs/heads/main/json-structure/amazon-private-ca-create-certificate-authority-response-structure.json",
  "name": "CreateCertificateAuthorityResponse",
  "description": "CreateCertificateAuthorityResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "CertificateAuthorityArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "<p>If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form: </p> <p> <code>arn:aws:acm-pca:<i>region</i>:<i>account</i>:certificate-authority/<i>12345678-1234-1234-1234-123456789012</i> </code>. </p>"
        }
      ]
    }
  }
}