---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_destination Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Destination's resource schema demonstrating some basic constructs and validation rules.
---
# awscc_iotwireless_destination (Resource)
Destination's resource schema demonstrating some basic constructs and validation rules.
## Schema
### Required
- `expression` (String) Destination expression
- `expression_type` (String) Must be RuleName
- `name` (String) Unique name of destination
- `role_arn` (String) AWS role ARN that grants access
### Optional
- `description` (String) Destination description
- `tags` (Attributes Set) A list of key-value pairs that contain metadata for the destination. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) Destination arn. Returned after successful create.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_iotwireless_destination.example
```