class Amazonite::EventBridge::Primary

Overview

The primary Region of the endpoint.

Included Modules

Defined in:

eventbridge/primary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(health_check : String) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def health_check : String #

The ARN of the health check used by the endpoint to determine whether failover is triggered.


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

The ARN of the health check used by the endpoint to determine whether failover is triggered.


[View source]
def validate! : Nil #

[View source]