class Aws::CloudWatchEvents::Types::ConnectionQueryStringParameter
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.
@note When making an API call, you may pass ConnectionQueryStringParameter
data as a hash: { key: "QueryStringKey", value: "QueryStringValue", is_value_secret: false, }
@!attribute [rw] key
The key for a query string parameter. @return [String]
@!attribute [rw] value
The value associated with the key for the query string parameter. @return [String]
@!attribute [rw] is_value_secret
Specifies whether the value is secret. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ConnectionQueryStringParameter AWS API Documentation
Constants
- SENSITIVE