class Amazonite::EventBridge::CreateApiDestinationRequest

Included Modules

Defined in:

eventbridge/create_api_destination_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, connection_arn : String, invocation_endpoint : String, http_method : ApiDestinationHttpMethod, description : String | Nil = nil, invocation_rate_limit_per_second : Int32 | Nil = nil) #

[View source]
def self.new(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 connection_arn : String #

The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.


[View source]
def connection_arn=(connection_arn : String) #

The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.


[View source]
def description : String | Nil #

A description for the API destination to create.


[View source]
def description=(description : String | Nil) #

A description for the API destination to create.


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

See Object#hash(hasher)


def http_method : ApiDestinationHttpMethod #

The method to use for the request to the HTTP invocation endpoint.


[View source]
def http_method=(http_method : ApiDestinationHttpMethod) #

The method to use for the request to the HTTP invocation endpoint.


[View source]
def invocation_endpoint : String #

The URL to the HTTP invocation endpoint for the API destination.


[View source]
def invocation_endpoint=(invocation_endpoint : String) #

The URL to the HTTP invocation endpoint for the API destination.


[View source]
def invocation_rate_limit_per_second : Int32 | Nil #

The maximum number of requests per second to send to the HTTP invocation endpoint.


[View source]
def invocation_rate_limit_per_second=(invocation_rate_limit_per_second : Int32 | Nil) #

The maximum number of requests per second to send to the HTTP invocation endpoint.


[View source]
def name : String #

The name for the API destination to create.


[View source]
def name=(name : String) #

The name for the API destination to create.


[View source]
def validate! : Nil #

[View source]