AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::TopicRuleDestination

IoT TopicRuleDestination

Resource Type definition for AWS::IoT::TopicRuleDestination

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
HttpUrlProperties
HttpUrlDestinationSummary
Create-only
Status
string
VpcProperties
VpcDestinationProperties
Create-only

Return Values

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

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN).
StatusReasonstringThe reasoning for the current status of the TopicRuleDestination.

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

Resources:
  MyResource:
    Type: AWS::IoT::TopicRuleDestination
    Properties:

Required IAM Permissions

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

create

iam:PassRoleiot:CreateTopicRuleDestinationiot:GetTopicRuleDestinationiot:UpdateTopicRuleDestination

read

iot:GetTopicRuleDestination

update

iam:PassRoleiot:GetTopicRuleDestinationiot:UpdateTopicRuleDestination

delete

iot:GetTopicRuleDestinationiot:DeleteTopicRuleDestination

list

iot:ListTopicRuleDestinations

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
Properties5
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

HttpUrlPropertiesVpcProperties

External Links