class
Amazonite::EventBridge::ConnectionAuthResponseParameters
- Amazonite::EventBridge::ConnectionAuthResponseParameters
- Reference
- Object
Overview
Tthe authorization parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_auth_response_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(basic_auth_parameters : ConnectionBasicAuthResponseParameters | Nil = nil, o_auth_parameters : ConnectionOAuthResponseParameters | Nil = nil, api_key_auth_parameters : ConnectionApiKeyAuthResponseParameters | Nil = nil, invocation_http_parameters : ConnectionHttpParameters | Nil = nil, connectivity_parameters : DescribeConnectionConnectivityParameters | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_auth_parameters : ConnectionApiKeyAuthResponseParameters | Nil
The API Key parameters to use for authorization.
-
#api_key_auth_parameters=(api_key_auth_parameters : ConnectionApiKeyAuthResponseParameters | Nil)
The API Key parameters to use for authorization.
-
#basic_auth_parameters : ConnectionBasicAuthResponseParameters | Nil
The authorization parameters for Basic authorization.
-
#basic_auth_parameters=(basic_auth_parameters : ConnectionBasicAuthResponseParameters | Nil)
The authorization parameters for Basic authorization.
-
#connectivity_parameters : DescribeConnectionConnectivityParameters | Nil
For private OAuth authentication endpoints.
-
#connectivity_parameters=(connectivity_parameters : DescribeConnectionConnectivityParameters | Nil)
For private OAuth authentication endpoints.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_http_parameters : ConnectionHttpParameters | Nil
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
-
#invocation_http_parameters=(invocation_http_parameters : ConnectionHttpParameters | Nil)
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
-
#o_auth_parameters : ConnectionOAuthResponseParameters | Nil
The OAuth parameters to use for authorization.
-
#o_auth_parameters=(o_auth_parameters : ConnectionOAuthResponseParameters | Nil)
The OAuth parameters to use for authorization.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The API Key parameters to use for authorization.
The API Key parameters to use for authorization.
The authorization parameters for Basic authorization.
The authorization parameters for Basic authorization.
For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint.
For more information, see Authorization methods for connections in the * Amazon EventBridge User Guide *.
For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint.
For more information, see Authorization methods for connections in the * Amazon EventBridge User Guide *.
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
The OAuth parameters to use for authorization.
The OAuth parameters to use for authorization.