Class DescribeEndpointRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DescribeEndpoint operation. Get the information about an existing global 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 DescribeEndpointRequest : AmazonEventBridgeRequest
- Inheritance
-
DescribeEndpointRequest
Constructors
DescribeEndpointRequest()
public DescribeEndpointRequest()
Properties
HomeRegion
Gets and sets the property HomeRegion.
The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.
public string HomeRegion { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the endpoint you want to get information about. For example, "Name":"us-east-2-custom_bus_A-endpoint"
.
public string Name { get; set; }