AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::CACertificate

IoT CACertificate

Registers a CA Certificate in IoT.

Properties

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

Filter:
PropertyTypeFlags
CACertificatePem
string
RequiredCreate-only
Status
string
Required
AutoRegistrationStatus
string
CertificateMode
string
Create-only
RegistrationConfig
RegistrationConfig
RemoveAutoRegistration
boolean
Write-only
Tags
Array<Tag>
VerificationCertificatePem
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
Arnstring-
Idstring-

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::CACertificate

Resources:
  MyResource:
    Type: AWS::IoT::CACertificate
    Properties:
      CACertificatePem: "value"
      Status: "ACTIVE"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iam:GetRoleiam:PassRoleiot:RegisterCACertificateiot:DescribeCACertificateiot:TagResourceiot:ListTagsForResourcekms:Decrypt

read

iot:DescribeCACertificateiot:ListTagsForResourcekms:Decrypt

update

iam:GetRoleiam:PassRoleiot:UpdateCACertificateiot:DescribeCACertificateiot:TagResourceiot:UntagResourceiot:ListTagsForResourcekms:Decrypt

delete

iot:UpdateCACertificateiot:DeleteCACertificateiot:DescribeCACertificatekms:Decrypt

list

iot:ListCACertificates

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
Properties10
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

VerificationCertificatePemCertificateModeCACertificatePem

External Links