Class UpdateEndpointResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the UpdateEndpoint operation.
public class UpdateEndpointResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateEndpointResponse
Constructors
UpdateEndpointResponse()
public UpdateEndpointResponse()
Properties
Arn
Gets and sets the property Arn.
The ARN of the endpoint you updated in this request.
public string Arn { get; set; }
Property Value
EndpointId
Gets and sets the property EndpointId.
The ID of the endpoint you updated in this request.
public string EndpointId { get; set; }
Property Value
EndpointUrl
Gets and sets the property EndpointUrl.
The URL of the endpoint you updated in this request.
public string EndpointUrl { get; set; }
Property Value
EventBuses
Gets and sets the property EventBuses.
The event buses used for replication for the endpoint you updated in this request.
public List<EndpointEventBus> EventBuses { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the endpoint you updated in this request.
public string Name { get; set; }
Property Value
ReplicationConfig
Gets and sets the property ReplicationConfig.
Whether event replication was enabled or disabled for the endpoint you updated in 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 the endpoint you updated in this request.
public string RoleArn { get; set; }
Property Value
RoutingConfig
Gets and sets the property RoutingConfig.
The routing configuration you updated in this request.
public RoutingConfig RoutingConfig { get; set; }
Property Value
State
Gets and sets the property State.
The state of the endpoint you updated in this request.
public EndpointState State { get; set; }