class Aws::EventBridge::Types::UpdateConnectionApiKeyAuthRequestParameters

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

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

data as a hash:

    {
      api_key_name: "AuthHeaderParameters",
      api_key_value: "AuthHeaderParameters",
    }

@!attribute [rw] api_key_name

The name of the API key to use for authorization.
@return [String]

@!attribute [rw] api_key_value

The value associated with teh API key to use for authorization.
@return [String]

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

Constants

SENSITIVE