Class CreateEndpointResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the CreateEndpoint operation.
public class CreateEndpointResponse : AmazonWebServiceResponse
- Inheritance
-
CreateEndpointResponse
Constructors
CreateEndpointResponse()
public CreateEndpointResponse()
Properties
Arn
Gets and sets the property Arn.
The ARN of the endpoint that was created by this request.
public string Arn { get; set; }
Property Value
EventBuses
Gets and sets the property EventBuses.
The event buses used by this request.
public List<EndpointEventBus> EventBuses { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the endpoint that was created by this request.
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.
The routing configuration defined by this request.
public RoutingConfig RoutingConfig { get; set; }
Property Value
State
Gets and sets the property State.
The state of the endpoint that was created by this request.
public EndpointState State { get; set; }