AWS::IoT::CertificateProviderUse the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountDefaultForOperations | Array<string> | Required |
LambdaFunctionArn | string | Required |
CertificateProviderName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateCertificateProvideriot:DescribeCertificateProvideriot:TagResourceiot:ListTagsForResourcekms:Decryptiot:DescribeCertificateProvideriot:ListTagsForResourcekms:Decryptiot:UpdateCertificateProvideriot:DescribeCertificateProvideriot:TagResourceiot:UntagResourceiot:ListTagsForResourcekms:Decryptiot:DeleteCertificateProvideriot:DescribeCertificateProviderkms:Decryptiot:ListCertificateProvidersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCertificateProviderNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateProviderName