AWS::IoT::EncryptionConfigurationResource Type definition for AWS::IoT::EncryptionConfiguration
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EncryptionType | string | Required |
KmsAccessRoleArn | string | |
KmsKeyArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountId | string | - |
ConfigurationDetails | object | - |
LastModifiedDate | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::EncryptionConfiguration
Resources:
MyResource:
Type: AWS::IoT::EncryptionConfiguration
Properties:
EncryptionType: "CUSTOMER_MANAGED_KMS_KEY"Permissions CloudFormation needs in your IAM role to manage this resource.
iot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Encryptkms:Decryptkms:DescribeKeyiam:PassRoleiot:DescribeEncryptionConfigurationiot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Encryptkms:Decryptkms:DescribeKeyiam:PassRoleiot:UpdateEncryptionConfigurationiot:DescribeEncryptionConfigurationkms:Decryptiot:DescribeEncryptionConfigurationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountId