class Amazonite::EventBridge::ConnectionAuthResponseParameters

Overview

Tthe authorization parameters to use for the connection.

Included Modules

Defined in:

eventbridge/connection_auth_response_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def api_key_auth_parameters : ConnectionApiKeyAuthResponseParameters | Nil #

The API Key parameters to use for authorization.


[View source]
def api_key_auth_parameters=(api_key_auth_parameters : ConnectionApiKeyAuthResponseParameters | Nil) #

The API Key parameters to use for authorization.


[View source]
def basic_auth_parameters : ConnectionBasicAuthResponseParameters | Nil #

The authorization parameters for Basic authorization.


[View source]
def basic_auth_parameters=(basic_auth_parameters : ConnectionBasicAuthResponseParameters | Nil) #

The authorization parameters for Basic authorization.


[View source]
def connectivity_parameters : DescribeConnectionConnectivityParameters | Nil #

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 *.


[View source]
def connectivity_parameters=(connectivity_parameters : DescribeConnectionConnectivityParameters | Nil) #

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 *.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def invocation_http_parameters : ConnectionHttpParameters | Nil #

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.


[View source]
def invocation_http_parameters=(invocation_http_parameters : ConnectionHttpParameters | Nil) #

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.


[View source]
def o_auth_parameters : ConnectionOAuthResponseParameters | Nil #

The OAuth parameters to use for authorization.


[View source]
def o_auth_parameters=(o_auth_parameters : ConnectionOAuthResponseParameters | Nil) #

The OAuth parameters to use for authorization.


[View source]
def validate! : Nil #

[View source]