AWS::Events::Connection Parameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Events::Connection Parameter

Any 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 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