Amazon Private CA · Example Payload

Amazon Private Ca Certificate Authority Example

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Top-level fields

ArnOwnerAccountCreatedAtLastStateChangeAtTypeSerialStatusNotBeforeNotAfterFailureReasonCertificateAuthorityConfigurationRevocationConfigurationRestorableUntilKeyStorageSecurityStandardUsageMode

Example Payload

Raw ↑
{
  "Arn": "arn:aws:acm-pca:us-east-1:123456789:certificate-authority/abc123",
  "OwnerAccount": "example-OwnerAccount",
  "CreatedAt": "example-CreatedAt",
  "LastStateChangeAt": "example-LastStateChangeAt",
  "Type": "ROOT",
  "Serial": "01:23:45:67:89:ab:cd:ef",
  "Status": "ACTIVE",
  "NotBefore": "example-NotBefore",
  "NotAfter": "example-NotAfter",
  "FailureReason": "example-FailureReason",
  "CertificateAuthorityConfiguration": "example-CertificateAuthorityConfiguration",
  "RevocationConfiguration": "example-RevocationConfiguration",
  "RestorableUntil": "example-RestorableUntil",
  "KeyStorageSecurityStandard": "example-KeyStorageSecurityStandard",
  "UsageMode": "example-UsageMode"
}