Values.TLSCertificateConfigurationSourceConfigurations related to the TLS certificate for the security configuration.
type nonrec t = {certificateProviderType : CertificateProviderType.t option;The TLS certificate type. Acceptable values: PEM or Custom.
*)publicCertificateSecretArn : SecretsManagerArn.t option;Secrets Manager ARN that contains the public TLS certificate contents, used for communication between the user job and the system job.
*)privateCertificateSecretArn : SecretsManagerArn.t option;Secrets Manager ARN that contains the private TLS certificate contents, used for communication between the user job and the system job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SecretsManagerArn.t ]) list ]