Table of Contents

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

string

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

DateTime

Description

Gets and sets the property Description.

The description of the endpoint you asked for information about.

public string Description { get; set; }

Property Value

string

EndpointId

Gets and sets the property EndpointId.

The ID of the endpoint you asked for information about.

public string EndpointId { get; set; }

Property Value

string

EndpointUrl

Gets and sets the property EndpointUrl.

The URL of the endpoint you asked for information about.

public string EndpointUrl { get; set; }

Property Value

string

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

List<EndpointEventBus>

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

DateTime

Name

Gets and sets the property Name.

The name of the endpoint you asked for information about.

public string Name { get; set; }

Property Value

string

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

ReplicationConfig

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

string

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

RoutingConfig

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

EndpointState

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; }

Property Value

string