Class UpdateEndpointRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the UpdateEndpoint operation. Update an existing endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
public class UpdateEndpointRequest : AmazonEventBridgeRequest
- Inheritance
-
UpdateEndpointRequest
Constructors
UpdateEndpointRequest()
public UpdateEndpointRequest()
Properties
Description
Gets and sets the property Description.
A description for the endpoint.
public string Description { get; set; }
Property Value
EventBuses
Gets and sets the property EventBuses.
Define event buses used for replication.
public List<EndpointEventBus> EventBuses { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the endpoint you want to update.
public string Name { get; set; }
Property Value
ReplicationConfig
Gets and sets the property ReplicationConfig.
Whether event replication was enabled or disabled by this request.
public ReplicationConfig ReplicationConfig { get; set; }
Property Value
RoleArn
Gets and sets the property RoleArn.
The ARN of the role used by event replication for this request.
public string RoleArn { get; set; }
Property Value
RoutingConfig
Gets and sets the property RoutingConfig.
Configure the routing policy, including the health check and secondary Region.
public RoutingConfig RoutingConfig { get; set; }