AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::CertificateProvider

IoT CertificateProvider

Use the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccountDefaultForOperations
Array<string>
Required
LambdaFunctionArn
string
Required
CertificateProviderName
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::CertificateProvider

Resources:
  MyResource:
    Type: AWS::IoT::CertificateProvider
    Properties:
      LambdaFunctionArn: "arn:aws:service:region:account:resource"
      AccountDefaultForOperations: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreateCertificateProvideriot:DescribeCertificateProvideriot:TagResourceiot:ListTagsForResourcekms:Decrypt

read

iot:DescribeCertificateProvideriot:ListTagsForResourcekms:Decrypt

update

iot:UpdateCertificateProvideriot:DescribeCertificateProvideriot:TagResourceiot:UntagResourceiot:ListTagsForResourcekms:Decrypt

delete

iot:DeleteCertificateProvideriot:DescribeCertificateProviderkms:Decrypt

list

iot:ListCertificateProviders

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties5
Required2
TaggingSupported
Primary IDCertificateProviderName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CertificateProviderName

External Links