AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoT::CertificateProvider

CfnCertificateProvider

Creates 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

import { CfnCertificateProvider } from 'aws-cdk-lib/aws-iot';

Or use the module namespace:

import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnCertificateProvider

Properties

Configuration passed to the constructor as CfnCertificateProviderProps.

accountDefaultForOperationsRequired
string[]

A list of the operations that the certificate provider will use to generate certificates. Valid value: `CreateCertificateFromCsr` .

lambdaFunctionArnRequired
string

The ARN of the Lambda function.

certificateProviderNameOptional
string

The name of the certificate provider.

tagsOptional
CfnTag[]

Metadata that can be used to manage the certificate provider.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter