class Amazonite::EventBridge::ApiDestination

Overview

Contains details about an API destination.

Included Modules

Defined in:

eventbridge/api_destination.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(api_destination_arn : String | Nil = nil, name : String | Nil = nil, api_destination_state : ApiDestinationState | Nil = nil, connection_arn : String | Nil = nil, invocation_endpoint : String | Nil = nil, http_method : ApiDestinationHttpMethod | Nil = nil, invocation_rate_limit_per_second : Int32 | Nil = nil, creation_time : Time | Nil = nil, last_modified_time : Time | Nil = nil) #

[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_destination_arn : String | Nil #

The ARN of the API destination.


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

The ARN of the API destination.


[View source]
def api_destination_state : ApiDestinationState | Nil #

The state of the API destination.


[View source]
def api_destination_state=(api_destination_state : ApiDestinationState | Nil) #

The state of the API destination.


[View source]
def connection_arn : String | Nil #

The ARN of the connection specified for the API destination.


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

The ARN of the connection specified for the API destination.


[View source]
def creation_time : Time | Nil #

A time stamp for the time that the API destination was created.


[View source]
def creation_time=(creation_time : Time | Nil) #

A time stamp for the time that the API destination was created.


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

See Object#hash(hasher)


def http_method : ApiDestinationHttpMethod | Nil #

The method to use to connect to the HTTP endpoint.


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

The method to use to connect to the HTTP endpoint.


[View source]
def invocation_endpoint : String | Nil #

The URL to the endpoint for the API destination.


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

The URL to the endpoint for the API destination.


[View source]
def invocation_rate_limit_per_second : Int32 | Nil #

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


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

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


[View source]
def last_modified_time : Time | Nil #

A time stamp for the time that the API destination was last modified.


[View source]
def last_modified_time=(last_modified_time : Time | Nil) #

A time stamp for the time that the API destination was last modified.


[View source]
def name : String | Nil #

The name of the API destination.


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

The name of the API destination.


[View source]
def validate! : Nil #

[View source]