class Amazonite::EventBridge::DescribeApiDestinationResponse

Included Modules

Defined in:

eventbridge/describe_api_destination_response.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, description : 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 retrieved.


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

The ARN of the API destination retrieved.


[View source]
def api_destination_state : ApiDestinationState | Nil #

The state of the API destination retrieved.


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

The state of the API destination retrieved.


[View source]
def connection_arn : String | Nil #

The ARN of the connection specified for the API destination retrieved.


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

The ARN of the connection specified for the API destination retrieved.


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

The description for the API destination retrieved.


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

The description for the API destination retrieved.


[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 use to connect to the HTTP endpoint.


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

The URL to use to connect to the HTTP endpoint.


[View source]
def invocation_rate_limit_per_second : Int32 | Nil #

The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.


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

The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.


[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 retrieved.


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

The name of the API destination retrieved.


[View source]
def validate! : Nil #

[View source]