Class DeauthorizeConnectionRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DeauthorizeConnection operation. Removes all authorization parameters from the connection. This lets you remove the secret from the connection so you can reuse it without having to create a new connection.
public class DeauthorizeConnectionRequest : AmazonEventBridgeRequest
- Inheritance
-
DeauthorizeConnectionRequest
Constructors
DeauthorizeConnectionRequest()
public DeauthorizeConnectionRequest()
Properties
Name
Gets and sets the property Name.
The name of the connection to remove authorization from.
public string Name { get; set; }