Class ConnectionQueryStringParameter
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.
public class ConnectionQueryStringParameter
- Inheritance
-
ConnectionQueryStringParameter
- Inherited Members
Constructors
ConnectionQueryStringParameter()
public ConnectionQueryStringParameter()
Properties
IsValueSecret
Gets and sets the property IsValueSecret.
Specifies whether the value is secret.
public bool IsValueSecret { get; set; }
Property Value
Key
Gets and sets the property Key.
The key for a query string parameter.
public string Key { get; set; }
Property Value
Value
Gets and sets the property Value.
The value associated with the key for the query string parameter.
public string Value { get; set; }