class Amazonite::EventBridge::CreateEndpointResponse

Included Modules

Defined in:

eventbridge/create_endpoint_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, arn : String | Nil = nil, routing_config : RoutingConfig | Nil = nil, replication_config : ReplicationConfig | Nil = nil, event_buses : Array(EndpointEventBus) | Nil = nil, role_arn : String | Nil = nil, state : EndpointState | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable 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 arn : String | Nil #

The ARN of the endpoint that was created by this request.


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

The ARN of the endpoint that was created by this request.


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

The event buses used by this request.


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

The event buses used by this request.


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

See Object#hash(hasher)


def name : String | Nil #

The name of the endpoint that was created by this request.


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

The name of the endpoint that was created by this request.


[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 #

The routing configuration defined by this request.


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

The routing configuration defined by this request.


[View source]
def state : EndpointState | Nil #

The state of the endpoint that was created by this request.


[View source]
def state=(state : EndpointState | Nil) #

The state of the endpoint that was created by this request.


[View source]
def validate! : Nil #

[View source]