AWS::IoT::CertificateUse the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate.
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Status | string | Required |
CACertificatePem | string | Create-onlyWrite-only |
CertificateMode | string | Create-only |
CertificatePem | string | Create-only |
CertificateSigningRequest | string | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::Certificate
Resources:
MyResource:
Type: AWS::IoT::Certificate
Properties:
Status: "ACTIVE"Permissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateCertificateFromCsriot:RegisterCertificateiot:RegisterCertificateWithoutCAiot:DescribeCertificatekms:Decryptiot:DescribeCertificatekms:Decryptiot:UpdateCertificateiot:DescribeCertificatekms:Decryptiot:DeleteCertificateiot:UpdateCertificateiot:DescribeCertificatekms:Decryptiot:ListCertificatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateSigningRequestCACertificatePemCertificatePemCertificateMode