class
Amazonite::EventBridge::UpdateConnectionAuthRequestParameters
Overview
Contains the additional parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_connection_auth_request_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(basic_auth_parameters : UpdateConnectionBasicAuthRequestParameters | Nil = nil, o_auth_parameters : UpdateConnectionOAuthRequestParameters | Nil = nil, api_key_auth_parameters : UpdateConnectionApiKeyAuthRequestParameters | Nil = nil, invocation_http_parameters : ConnectionHttpParameters | Nil = nil, connectivity_parameters : ConnectivityResourceParameters | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_auth_parameters : UpdateConnectionApiKeyAuthRequestParameters | Nil
The authorization parameters for API key authorization.
-
#api_key_auth_parameters=(api_key_auth_parameters : UpdateConnectionApiKeyAuthRequestParameters | Nil)
The authorization parameters for API key authorization.
-
#basic_auth_parameters : UpdateConnectionBasicAuthRequestParameters | Nil
The authorization parameters for Basic authorization.
-
#basic_auth_parameters=(basic_auth_parameters : UpdateConnectionBasicAuthRequestParameters | Nil)
The authorization parameters for Basic authorization.
-
#connectivity_parameters : ConnectivityResourceParameters | Nil
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
-
#connectivity_parameters=(connectivity_parameters : ConnectivityResourceParameters | Nil)
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_http_parameters : ConnectionHttpParameters | Nil
The additional parameters to use for the connection.
-
#invocation_http_parameters=(invocation_http_parameters : ConnectionHttpParameters | Nil)
The additional parameters to use for the connection.
-
#o_auth_parameters : UpdateConnectionOAuthRequestParameters | Nil
The authorization parameters for OAuth authorization.
-
#o_auth_parameters=(o_auth_parameters : UpdateConnectionOAuthRequestParameters | Nil)
The authorization parameters for OAuth authorization.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The authorization parameters for API key authorization.
The authorization parameters for API key authorization.
The authorization parameters for Basic authorization.
The authorization parameters for Basic authorization.
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 *.
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 *.
The additional parameters to use for the connection.
The additional parameters to use for the connection.
The authorization parameters for OAuth authorization.
The authorization parameters for OAuth authorization.