Table of Contents

Class UpdateConnectionApiKeyAuthRequestParameters

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

Contains the API key authorization parameters to use to update the connection.

public class UpdateConnectionApiKeyAuthRequestParameters
Inheritance
UpdateConnectionApiKeyAuthRequestParameters
Inherited Members

Constructors

UpdateConnectionApiKeyAuthRequestParameters()

public UpdateConnectionApiKeyAuthRequestParameters()

Properties

ApiKeyName

Gets and sets the property ApiKeyName.

The name of the API key to use for authorization.

public string ApiKeyName { get; set; }

Property Value

string

ApiKeyValue

Gets and sets the property ApiKeyValue.

The value associated with teh API key to use for authorization.

public string ApiKeyValue { get; set; }

Property Value

string