AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.HttpParameters

Namespace: Amazon.CloudWatchEvents.Model
Assembly: AWSSDK.CloudWatchEvents.dll
Version: 3.x.y.z

Syntax

C#
public class HttpParameters

The HttpParameters type exposes the following members

Constructors

NameDescription
Public Method HttpParameters()

Properties

NameTypeDescription
Public Property HeaderParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property HeaderParameters.

The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

Public Property PathParameterValues System.Collections.Generic.List<System.String>

Gets and sets the property PathParameterValues.

The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").

Public Property QueryStringParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property QueryStringParameters.

The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5