--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "opensearch_destination Data Source - terraform-provider-opensearch" subcategory: "" description: |- opensearch_destination can be used to retrieve the destination object by name. --- # opensearch_destination (Data Source) `opensearch_destination` can be used to retrieve the destination object by name. ## Example Usage ```terraform # Example destination in other terraform plan # resource "opensearch_destination" "test" { # body = < ## Schema ### Required - `name` (String) Name of the destrination to retrieve ### Read-Only - `body` (Map of String) Map of the attributes of the destination - `id` (String) The ID of this resource.