Values.TrustedCertificatePublicKeySourceParameter information for trusted public key certificate import.
type nonrec t = {keyAttributes : KeyAttributes.t;The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
*)publicKeyCertificate : CertificateType.t;Parameter information for trusted public key certificate import.
*)certificateAuthorityPublicKeyIdentifier : KeyArnOrKeyAliasType.t;The KeyARN of the root public key certificate or certificate chain that signs the trusted public key certificate import.
*)}val make :
keyAttributes:KeyAttributes.t ->
publicKeyCertificate:CertificateType.t ->
certificateAuthorityPublicKeyIdentifier:KeyArnOrKeyAliasType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of CertificateType.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Boolean of PrimitiveBoolean.t ]) list ])
list ])
list ]