--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_events_api_destination Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Events::ApiDestination. --- # awscc_events_api_destination (Resource) Resource Type definition for AWS::Events::ApiDestination. ## Schema ### Required - `connection_arn` (String) The arn of the connection. - `http_method` (String) - `invocation_endpoint` (String) Url endpoint to invoke. ### Optional - `description` (String) - `invocation_rate_limit_per_second` (Number) - `name` (String) Name of the apiDestination. ### Read-Only - `arn` (String) The arn of the api destination. - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_events_api_destination.example ```