Add API Gateway target support to aws_cloudwatch_event_target #16624
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
Milestone
Community Note
Description
When creating rules in AWS Eventbridge, you can define targets. These targets can be other AWS services. One of the available target services is API Gateway. When selecting API Gateway in the AWS console, it is possible the set HTTP Headers and query string parameters, to define how the integration call will be made. One likely scenario is to set the
x-api-key
header, in case your API Gateway API requires an API key.Currently, it looks like the
aws_cloudwatch_event_target
resource does not expose these properties.New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: