Amazon Private CA · JSON Structure

Amazon Private Ca Get Policy Response Structure

GetPolicyResponse schema from Amazon Private CA API

Type: object Properties: 1
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

GetPolicyResponse 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

Policy

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-get-policy-response-structure.json",
  "name": "GetPolicyResponse",
  "description": "GetPolicyResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSPolicy"
        },
        {
          "description": "The policy attached to the private CA as a JSON document."
        }
      ]
    }
  }
}