Values.CrlDetailSourceThe state of the certificate revocation list (CRL) after a read or write operation.
type nonrec t = {crlId : Uuid.t option;The unique identifier of the certificate revocation list (CRL).
*)crlArn : String_.t option;The ARN of the certificate revocation list (CRL).
*)name : String_.t option;The name of the certificate revocation list (CRL).
*)enabled : Boolean.t option;Indicates whether the certificate revocation list (CRL) is enabled.
*)crlData : Blob.t option;The state of the certificate revocation list (CRL) after a read or write operation.
*)trustAnchorArn : String_.t option;The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
*)createdAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
*)}