--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "opensearch_destination Resource - terraform-provider-opensearch" subcategory: "" description: |- Provides an OpenSearch destination, a reusable communication channel for an action, such as email, Slack, or a webhook URL. Please refer to the OpenSearch destination documentation for details. --- # opensearch_destination (Resource) Provides an OpenSearch destination, a reusable communication channel for an action, such as email, Slack, or a webhook URL. Please refer to the OpenSearch destination documentation for details. ## Example Usage ```terraform resource "opensearch_destination" "test_destination" { body = < ## Schema ### Required - `body` (String) The JSON body of the destination. ### Read-Only - `id` (String) The ID of this resource. ## Import Import is supported using the following syntax: ```shell # Import by name terraform import opensearch_destination.test_destination my-destination ```