Values.ImportCrlRequestSourceImports 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.
type nonrec t = {name : ResourceName.t;The name of the certificate revocation list (CRL).
*)crlData : ImportCrlRequestCrlDataBlob.t;The x509 v3 specified certificate revocation list (CRL).
*)enabled : Boolean.t option;Specifies whether the certificate revocation list (CRL) is enabled.
*)trustAnchorArn : TrustAnchorArn.t;The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
*)}val make :
?enabled:??? ->
?tags:??? ->
name:ResourceName.t ->
crlData:ImportCrlRequestCrlDataBlob.t ->
trustAnchorArn:TrustAnchorArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of ImportCrlRequestCrlDataBlob.t
| `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceName.t ])
list ]