Table of Contents

Class ConnectionBodyParameter

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

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

public class ConnectionBodyParameter
Inheritance
ConnectionBodyParameter
Inherited Members

Constructors

ConnectionBodyParameter()

public ConnectionBodyParameter()

Properties

IsValueSecret

Gets and sets the property IsValueSecret.

Specified whether the value is secret.

public bool IsValueSecret { get; set; }

Property Value

bool

Key

Gets and sets the property Key.

The key for the parameter.

public string Key { get; set; }

Property Value

string

Value

Gets and sets the property Value.

The value associated with the key.

public string Value { get; set; }

Property Value

string