Values_0.TransferCertificateRequestSourceThe input for the TransferCertificate operation.
type nonrec t = {certificateId : CertificateId.t;The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
*)targetAwsAccount : AwsAccountId.t;The Amazon Web Services account.
*)transferMessage : Message.t option;The transfer message.
*)}val make :
?transferMessage:??? ->
certificateId:CertificateId.t ->
targetAwsAccount:AwsAccountId.t ->
unit ->
t