Amazon Private CA · Example Payload

Amazon Private Ca Issue Certificate Request Example

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

Amazon Private Ca Issue Certificate Request Example is an example object payload from Amazon Private CA, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ApiPassthroughCertificateAuthorityArnCsrSigningAlgorithmTemplateArnValidityValidityNotBeforeIdempotencyToken

Example Payload

Raw ↑
{
  "ApiPassthrough": "example-ApiPassthrough",
  "CertificateAuthorityArn": "arn:aws:acm-pca:us-east-1:123456789:certificate-authority/abc123",
  "Csr": "example-Csr",
  "SigningAlgorithm": "RSA_2048",
  "TemplateArn": "arn:aws:acm-pca:us-east-1:123456789:certificate-authority/abc123",
  "Validity": "abc356def",
  "ValidityNotBefore": "abc137def",
  "IdempotencyToken": "abc734def"
}