Values_1.CreateCertificateProviderRequestSourceCreates an Amazon Web Services IoT Core certificate provider. You can use Amazon Web Services IoT Core certificate provider to customize how to sign a certificate signing request (CSR) in IoT fleet provisioning. For more information, see Customizing certificate signing using Amazon Web Services IoT Core certificate provider from Amazon Web Services IoT Core Developer Guide. Requires permission to access the CreateCertificateProvider action. After you create a certificate provider, the behavior of CreateCertificateFromCsr API for fleet provisioning will change and all API calls to CreateCertificateFromCsr will invoke the certificate provider to create the certificates. It can take up to a few minutes for this behavior to change after a certificate provider is created.
type nonrec t = {certificateProviderName : Values_0.CertificateProviderName.t;The name of the certificate provider.
*)lambdaFunctionArn : Values_0.CertificateProviderFunctionArn.t;The ARN of the Lambda function that defines the authentication logic.
*)accountDefaultForOperations : Values_0.CertificateProviderAccountDefaultForOperations.t;A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
*)clientToken : Values_0.ClientToken.t option;A string that you can optionally pass in the CreateCertificateProvider request to make sure the request is idempotent.
*)}val make :
?clientToken:??? ->
?tags:??? ->
certificateProviderName:Values_0.CertificateProviderName.t ->
lambdaFunctionArn:Values_0.CertificateProviderFunctionArn.t ->
accountDefaultForOperations:
Values_0.CertificateProviderAccountDefaultForOperations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.CertificateProviderName.t ])
list ]