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.
See https://www.paws-r-sdk.com/docs/iamrolesanywhere_import_crl/ for full documentation.
iamrolesanywhere_import_crl(
crlData,
enabled = NULL,
name,
tags = NULL,
trustAnchorArn
)
[required] The x509 v3 specified certificate revocation list (CRL).
Specifies whether the certificate revocation list (CRL) is enabled.
[required] The name of the certificate revocation list (CRL).
A list of tags to attach to the certificate revocation list (CRL).
[required] The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.