--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_topic_rule_destination Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::IoT::TopicRuleDestination --- # awscc_iot_topic_rule_destination (Resource) Resource Type definition for AWS::IoT::TopicRuleDestination ## Schema ### Optional - `http_url_properties` (Attributes) HTTP URL destination properties. (see [below for nested schema](#nestedatt--http_url_properties)) - `status` (String) The status of the TopicRuleDestination. - `vpc_properties` (Attributes) VPC destination properties. (see [below for nested schema](#nestedatt--vpc_properties)) ### Read-Only - `arn` (String) Amazon Resource Name (ARN). - `id` (String) Uniquely identifies the resource. - `status_reason` (String) The reasoning for the current status of the TopicRuleDestination. ### Nested Schema for `http_url_properties` Optional: - `confirmation_url` (String) ### Nested Schema for `vpc_properties` Optional: - `role_arn` (String) - `security_groups` (List of String) - `subnet_ids` (List of String) - `vpc_id` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_topic_rule_destination.example ```