Class DescribeEndpointResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the DescribeEndpoint operation.
public class DescribeEndpointResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeEndpointResponse
Constructors
DescribeEndpointResponse()
public DescribeEndpointResponse()
Properties
Arn
Gets and sets the property Arn.
The ARN of the endpoint you asked for information about.
public string Arn { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
The time the endpoint you asked for information about was created.
public DateTime CreationTime { get; set; }
Property Value
Description
Gets and sets the property Description.
The description of the endpoint you asked for information about.
public string Description { get; set; }
Property Value
EndpointId
Gets and sets the property EndpointId.
The ID of the endpoint you asked for information about.
public string EndpointId { get; set; }
Property Value
EndpointUrl
Gets and sets the property EndpointUrl.
The URL of the endpoint you asked for information about.
public string EndpointUrl { get; set; }
Property Value
EventBuses
Gets and sets the property EventBuses.
The event buses being used by the endpoint you asked for information about.
public List<EndpointEventBus> EventBuses { get; set; }
Property Value
LastModifiedTime
Gets and sets the property LastModifiedTime.
The last time the endpoint you asked for information about was modified.
public DateTime LastModifiedTime { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the endpoint you asked for information about.
public string Name { get; set; }
Property Value
ReplicationConfig
Gets and sets the property ReplicationConfig.
Whether replication is enabled or disabled for the endpoint you asked for information about.
public ReplicationConfig ReplicationConfig { get; set; }
Property Value
RoleArn
Gets and sets the property RoleArn.
The ARN of the role used by the endpoint you asked for information about.
public string RoleArn { get; set; }
Property Value
RoutingConfig
Gets and sets the property RoutingConfig.
The routing configuration of the endpoint you asked for information about.
public RoutingConfig RoutingConfig { get; set; }
Property Value
State
Gets and sets the property State.
The current state of the endpoint you asked for information about.
public EndpointState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason the endpoint you asked for information about is in its current state.
public string StateReason { get; set; }