class Aws::CloudWatchEvents::Types::CreateConnectionApiKeyAuthRequestParameters

Contains the API key authorization parameters for the connection.

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

data as a hash:

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

@!attribute [rw] api_key_name

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

@!attribute [rw] api_key_value

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

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

Constants

SENSITIVE