Class: Aws::EventBridge::Types::ConnectionAuthResponseParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Tthe authorization parameters to use for the connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_auth_parametersTypes::ConnectionApiKeyAuthResponseParameters

The API Key parameters to use for authorization.



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-eventbridge/types.rb', line 480

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters,
  :connectivity_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#basic_auth_parametersTypes::ConnectionBasicAuthResponseParameters

The authorization parameters for Basic authorization.



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-eventbridge/types.rb', line 480

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters,
  :connectivity_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#connectivity_parametersTypes::DescribeConnectionConnectivityParameters

For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint.

For more information, see [Authorization methods for connections] in the Amazon EventBridge User Guide .

[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-eventbridge/types.rb', line 480

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters,
  :connectivity_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_http_parametersTypes::ConnectionHttpParameters

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-eventbridge/types.rb', line 480

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters,
  :connectivity_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#o_auth_parametersTypes::ConnectionOAuthResponseParameters

The OAuth parameters to use for authorization.



480
481
482
483
484
485
486
487
488
# File 'lib/aws-sdk-eventbridge/types.rb', line 480

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters,
  :connectivity_parameters)
  SENSITIVE = []
  include Aws::Structure
end