Class: Aws::EventBridge::Types::CreateConnectionAuthRequestParameters

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

Overview

Contains the authorization parameters for the connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_auth_parametersTypes::CreateConnectionApiKeyAuthRequestParameters

A CreateConnectionApiKeyAuthRequestParameters object that contains the API key authorization parameters to use for the connection.



813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 813

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

#basic_auth_parametersTypes::CreateConnectionBasicAuthRequestParameters

A CreateConnectionBasicAuthRequestParameters object that contains the Basic authorization parameters to use for the connection.



813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 813

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

#invocation_http_parametersTypes::ConnectionHttpParameters

A ConnectionHttpParameters object that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule via HttpParameters, including query strings, the parameters added for the connection take precedence.



813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 813

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

#o_auth_parametersTypes::CreateConnectionOAuthRequestParameters

A CreateConnectionOAuthRequestParameters object that contains the OAuth authorization parameters to use for the connection.



813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 813

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