AWS::IoT::CertificateProviderCreates a certificate provider. AWS IoT Core certificate provider lets you customize how to sign a certificate signing request (CSR) in fleet provisioning. For more information, see [Self-managed certificate signing using AWS IoT Core certificate provider](https://docs.aws.amazon.com/iot/latest/developerguide/provisioning-cert-provider.html) from the *AWS IoT Core Developer Guide* .
import { CfnCertificateProvider } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnCertificateProviderConfiguration passed to the constructor as CfnCertificateProviderProps.
accountDefaultForOperationsRequiredstring[]A list of the operations that the certificate provider will use to generate certificates. Valid value: `CreateCertificateFromCsr` .
lambdaFunctionArnRequiredstringThe ARN of the Lambda function.
certificateProviderNameOptionalstringThe name of the certificate provider.
tagsOptionalCfnTag[]Metadata that can be used to manage the certificate provider.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::CertificateProvider