class Aws::CloudWatchEvents::Types::ConnectionHeaderParameter

Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.

@note When making an API call, you may pass ConnectionHeaderParameter

data as a hash:

    {
      key: "HeaderKey",
      value: "HeaderValue",
      is_value_secret: false,
    }

@!attribute [rw] key

The key for the parameter.
@return [String]

@!attribute [rw] value

The value associated with the key.
@return [String]

@!attribute [rw] is_value_secret

Specified whether the value is a secret.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ConnectionHeaderParameter AWS API Documentation

Constants

SENSITIVE