class
Amazonite::EventBridge::CreateConnectionAuthRequestParameters
Overview
The authorization parameters for the connection.
You must include only authorization parameters for the AuthorizationType you specify.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_auth_request_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(basic_auth_parameters : CreateConnectionBasicAuthRequestParameters | Nil = nil, o_auth_parameters : CreateConnectionOAuthRequestParameters | Nil = nil, api_key_auth_parameters : CreateConnectionApiKeyAuthRequestParameters | Nil = nil, invocation_http_parameters : ConnectionHttpParameters | Nil = nil, connectivity_parameters : ConnectivityResourceParameters | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_auth_parameters : CreateConnectionApiKeyAuthRequestParameters | Nil
The API key authorization parameters to use for the connection.
-
#api_key_auth_parameters=(api_key_auth_parameters : CreateConnectionApiKeyAuthRequestParameters | Nil)
The API key authorization parameters to use for the connection.
-
#basic_auth_parameters : CreateConnectionBasicAuthRequestParameters | Nil
The Basic authorization parameters to use for the connection.
-
#basic_auth_parameters=(basic_auth_parameters : CreateConnectionBasicAuthRequestParameters | Nil)
The Basic authorization parameters to use for the connection.
-
#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 API key authorization parameters to use for the connection.
-
#invocation_http_parameters=(invocation_http_parameters : ConnectionHttpParameters | Nil)
The API key authorization parameters to use for the connection.
-
#o_auth_parameters : CreateConnectionOAuthRequestParameters | Nil
The OAuth authorization parameters to use for the connection.
-
#o_auth_parameters=(o_auth_parameters : CreateConnectionOAuthRequestParameters | Nil)
The OAuth authorization parameters to use for the connection.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The API key authorization parameters to use for the connection.
The API key authorization parameters to use for the connection.
The Basic authorization parameters to use for the connection.
The Basic authorization parameters to use for the connection.
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 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.
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.
The OAuth authorization parameters to use for the connection.
The OAuth authorization parameters to use for the connection.