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