Class: Aws::EventBridge::Types::UpdateConnectionAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateConnectionAuthRequestParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Contains the additional parameters to use for the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_auth_parameters ⇒ Types::UpdateConnectionApiKeyAuthRequestParameters
The authorization parameters for API key authorization.
-
#basic_auth_parameters ⇒ Types::UpdateConnectionBasicAuthRequestParameters
The authorization parameters for Basic authorization.
-
#connectivity_parameters ⇒ Types::ConnectivityResourceParameters
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
-
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
The additional parameters to use for the connection.
-
#o_auth_parameters ⇒ Types::UpdateConnectionOAuthRequestParameters
The authorization parameters for OAuth authorization.
Instance Attribute Details
#api_key_auth_parameters ⇒ Types::UpdateConnectionApiKeyAuthRequestParameters
The authorization parameters for API key authorization.
5382 5383 5384 5385 5386 5387 5388 5389 5390 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5382 class UpdateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters, :connectivity_parameters) SENSITIVE = [] include Aws::Structure end |
#basic_auth_parameters ⇒ Types::UpdateConnectionBasicAuthRequestParameters
The authorization parameters for Basic authorization.
5382 5383 5384 5385 5386 5387 5388 5389 5390 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5382 class UpdateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters, :connectivity_parameters) SENSITIVE = [] include Aws::Structure end |
#connectivity_parameters ⇒ Types::ConnectivityResourceParameters
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating 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
5382 5383 5384 5385 5386 5387 5388 5389 5390 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5382 class UpdateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters, :connectivity_parameters) SENSITIVE = [] include Aws::Structure end |
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
The additional parameters to use for the connection.
5382 5383 5384 5385 5386 5387 5388 5389 5390 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5382 class UpdateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters, :connectivity_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_parameters ⇒ Types::UpdateConnectionOAuthRequestParameters
The authorization parameters for OAuth authorization.
5382 5383 5384 5385 5386 5387 5388 5389 5390 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5382 class UpdateConnectionAuthRequestParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters, :connectivity_parameters) SENSITIVE = [] include Aws::Structure end |