Class: Aws::CloudWatchEvents::Types::CreateConnectionAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateConnectionAuthRequestParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains the authorization parameters for the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_auth_parameters ⇒ Types::CreateConnectionApiKeyAuthRequestParameters
A ‘CreateConnectionApiKeyAuthRequestParameters` object that contains the API key authorization parameters to use for the connection.
-
#basic_auth_parameters ⇒ Types::CreateConnectionBasicAuthRequestParameters
A ‘CreateConnectionBasicAuthRequestParameters` object that contains the Basic authorization parameters to use for the connection.
-
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
A ‘ConnectionHttpParameters` object that contains the API key authorization parameters to use for the connection.
-
#o_auth_parameters ⇒ Types::CreateConnectionOAuthRequestParameters
A ‘CreateConnectionOAuthRequestParameters` object that contains the OAuth authorization parameters to use for the connection.
Instance Attribute Details
#api_key_auth_parameters ⇒ Types::CreateConnectionApiKeyAuthRequestParameters
A ‘CreateConnectionApiKeyAuthRequestParameters` object that contains the API key authorization parameters to use for the connection.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 786 class CreateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#basic_auth_parameters ⇒ Types::CreateConnectionBasicAuthRequestParameters
A ‘CreateConnectionBasicAuthRequestParameters` object that contains the Basic authorization parameters to use for the connection.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 786 class CreateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#invocation_http_parameters ⇒ Types::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.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 786 class CreateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_parameters ⇒ Types::CreateConnectionOAuthRequestParameters
A ‘CreateConnectionOAuthRequestParameters` object that contains the OAuth authorization parameters to use for the connection.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 786 class CreateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |