class Amazonite::EventBridge::UpdateEndpointRequest

Included Modules

Defined in:

eventbridge/update_endpoint_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, description : String | Nil = nil, routing_config : RoutingConfig | Nil = nil, replication_config : ReplicationConfig | Nil = nil, event_buses : Array(EndpointEventBus) | Nil = nil, role_arn : String | 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 description : String | Nil #

A description for the endpoint.


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

A description for the endpoint.


[View source]
def event_buses : Array(EndpointEventBus) | Nil #

Define event buses used for replication.


[View source]
def event_buses=(event_buses : Array(EndpointEventBus) | Nil) #

Define event buses used for replication.


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

See Object#hash(hasher)


def name : String #

The name of the endpoint you want to update.


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

The name of the endpoint you want to update.


[View source]
def replication_config : ReplicationConfig | Nil #

Whether event replication was enabled or disabled by this request.


[View source]
def replication_config=(replication_config : ReplicationConfig | Nil) #

Whether event replication was enabled or disabled by this request.


[View source]
def role_arn : String | Nil #

The ARN of the role used by event replication for this request.


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

The ARN of the role used by event replication for this request.


[View source]
def routing_config : RoutingConfig | Nil #

Configure the routing policy, including the health check and secondary Region.


[View source]
def routing_config=(routing_config : RoutingConfig | Nil) #

Configure the routing policy, including the health check and secondary Region.


[View source]
def validate! : Nil #

[View source]