class Aws::EventBridge::Types::ConnectionBodyParameter
Additional parameter included in the body. You can include up to 100 additional body parameters per request. An event payload cannot exceed 64 KB.
@note When making an API call, you may pass ConnectionBodyParameter
data as a hash: { key: "String", value: "String", 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 secret. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ConnectionBodyParameter AWS API Documentation
Constants
- SENSITIVE