AWS::Events::Connection Parameter
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IsValueSecret" :
Boolean
, "Key" :String
, "Value" :String
}
YAML
IsValueSecret:
Boolean
Key:String
Value:String
Properties
IsValueSecret
-
Specifies whether the value is secret.
Required: No
Type: Boolean
Update requires: No interruption
Key
-
The key for a query string parameter.
Required: Yes
Type: String
Pattern:
[^\x00-\x1F\x7F]+
Maximum:
512
Update requires: No interruption
Value
-
The value associated with the key for the query string parameter.
Required: Yes
Type: String
Pattern:
[^\x00-\x09\x0B\x0C\x0E-\x1F\x7F]+
Maximum:
512
Update requires: No interruption