AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::EncryptionConfiguration

IoT EncryptionConfiguration

Resource Type definition for AWS::IoT::EncryptionConfiguration

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
EncryptionType
string
Required
KmsAccessRoleArn
string
KmsKeyArn
string

Return Values

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

AttributeTypeDescription
AccountIdstring-
ConfigurationDetailsobject-
LastModifiedDatestring-

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

Resources:
  MyResource:
    Type: AWS::IoT::EncryptionConfiguration
    Properties:
      EncryptionType: "CUSTOMER_MANAGED_KMS_KEY"

Required IAM Permissions

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

create

iot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Encryptkms:Decryptkms:DescribeKeyiam:PassRole

read

iot:DescribeEncryptionConfiguration

update

iot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Encryptkms:Decryptkms:DescribeKeyiam:PassRole

delete

iot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Decrypt

list

iot:DescribeEncryptionConfiguration

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
Properties6
Required1
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDeleteList

External Links