Values_0.UpdateCertificateProviderRequestSourceUpdates a certificate provider. Requires permission to access the UpdateCertificateProvider action.
type nonrec t = {certificateProviderName : CertificateProviderName.t;The name of the certificate provider.
*)lambdaFunctionArn : CertificateProviderFunctionArn.t option;The Lambda function ARN that's associated with the certificate provider.
*)accountDefaultForOperations : CertificateProviderAccountDefaultForOperations.t
option;A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
*)}val make :
?lambdaFunctionArn:??? ->
?accountDefaultForOperations:??? ->
certificateProviderName:CertificateProviderName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of CertificateProviderName.t ])
list ]