v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143010081.8 KB

Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials.

Required permissions: rolesanywhere:ImportCrl.

post/crls

Request body

namestring required

The name of the certificate revocation list (CRL).

crlDatastring required

The x509 v3 specified certificate revocation list (CRL).

enabledboolean

Specifies whether the certificate revocation list (CRL) is enabled.

trustAnchorArnstring required

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

Response

Success