Class ConnectionHttpParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains additional parameters for the connection.
public class ConnectionHttpParameters
- Inheritance
-
ConnectionHttpParameters
- Inherited Members
Constructors
ConnectionHttpParameters()
public ConnectionHttpParameters()
Properties
BodyParameters
Gets and sets the property BodyParameters.
Contains additional body string parameters for the connection.
public List<ConnectionBodyParameter> BodyParameters { get; set; }
Property Value
HeaderParameters
Gets and sets the property HeaderParameters.
Contains additional header parameters for the connection.
public List<ConnectionHeaderParameter> HeaderParameters { get; set; }
Property Value
QueryStringParameters
Gets and sets the property QueryStringParameters.
Contains additional query string parameters for the connection.
public List<ConnectionQueryStringParameter> QueryStringParameters { get; set; }