Amazon Private CA · JSON Structure

Amazon Private Ca Access Method Type Structure

AccessMethodType schema from Amazon Private CA API

Type: string Properties: 0
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

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-access-method-type-structure.json",
  "name": "AccessMethodType",
  "description": "AccessMethodType schema from Amazon Private CA API",
  "type": "string",
  "enum": [
    "CA_REPOSITORY",
    "RESOURCE_PKI_MANIFEST",
    "RESOURCE_PKI_NOTIFY"
  ]
}