Table of Contents

Class ConnectionHeaderParameter

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

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

public class ConnectionHeaderParameter
Inheritance
ConnectionHeaderParameter
Inherited Members

Constructors

ConnectionHeaderParameter()

public ConnectionHeaderParameter()

Properties

IsValueSecret

Gets and sets the property IsValueSecret.

Specified whether the value is a 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