class
Amazonite::EventBridge::UpdateEndpointRequest
- Amazonite::EventBridge::UpdateEndpointRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_endpoint_request.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description for the endpoint.
-
#description=(description : String | Nil)
A description for the endpoint.
-
#event_buses : Array(EndpointEventBus) | Nil
Define event buses used for replication.
-
#event_buses=(event_buses : Array(EndpointEventBus) | Nil)
Define event buses used for replication.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the endpoint you want to update.
-
#name=(name : String)
The name of the endpoint you want to update.
-
#replication_config : ReplicationConfig | Nil
Whether event replication was enabled or disabled by this request.
-
#replication_config=(replication_config : ReplicationConfig | Nil)
Whether event replication was enabled or disabled by this request.
-
#role_arn : String | Nil
The ARN of the role used by event replication for this request.
-
#role_arn=(role_arn : String | Nil)
The ARN of the role used by event replication for this request.
-
#routing_config : RoutingConfig | Nil
Configure the routing policy, including the health check and secondary Region.
-
#routing_config=(routing_config : RoutingConfig | Nil)
Configure the routing policy, including the health check and secondary Region.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Define event buses used for replication.
Whether event replication was enabled or disabled by this request.
Whether event replication was enabled or disabled by this request.
The ARN of the role used by event replication for this request.
Configure the routing policy, including the health check and secondary Region.
Configure the routing policy, including the health check and secondary Region.