Class DeleteEndpointRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DeleteEndpoint operation. Delete 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 DeleteEndpointRequest : AmazonEventBridgeRequest
- Inheritance
-
DeleteEndpointRequest
Constructors
DeleteEndpointRequest()
public DeleteEndpointRequest()
Properties
Name
Gets and sets the property Name.
The name of the endpoint you want to delete. For example, "Name":"us-east-2-custom_bus_A-endpoint"
..
public string Name { get; set; }