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.
Contents
- IsValueSecret
-
Specifies whether the value is secret.
Type: Boolean
Required: No
- Key
-
The key for a query string parameter.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
[^\x00-\x1F\x7F]+
Required: No
- Value
-
The value associated with the key for the query string parameter.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
[^\x00-\x09\x0B\x0C\x0E-\x1F\x7F]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: