Values.ServiceConnectTlsConfigurationSourceThe key that encrypts and decrypts your resources for Service Connect TLS.
type nonrec t = {issuerCertificateAuthority : ServiceConnectTlsCertificateAuthority.t;The signer certificate authority.
*)kmsKey : String_.t option;The Amazon Web Services Key Management Service key.
*)roleArn : String_.t option;The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.
*)}val make :
?kmsKey:??? ->
?roleArn:??? ->
issuerCertificateAuthority:ServiceConnectTlsCertificateAuthority.t ->
unit ->
t