class Aws::CloudWatchEvents::Types::HttpParameters

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

@note When making an API call, you may pass HttpParameters

data as a hash:

    {
      path_parameter_values: ["PathParameter"],
      header_parameters: {
        "HeaderKey" => "HeaderValue",
      },
      query_string_parameters: {
        "QueryStringKey" => "QueryStringValue",
      },
    }

@!attribute [rw] path_parameter_values

The path parameter values to be used to populate API Gateway REST
API or EventBridge ApiDestination path wildcards ("*").
@return [Array<String>]

@!attribute [rw] header_parameters

The headers that need to be sent as part of request invoking the API
Gateway REST API or EventBridge ApiDestination.
@return [Hash<String,String>]

@!attribute [rw] query_string_parameters

The query string keys/values that need to be sent as part of request
invoking the API Gateway REST API or EventBridge ApiDestination.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/HttpParameters AWS API Documentation

Constants

SENSITIVE