Class UpdateConnectionRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the UpdateConnection operation. Updates settings for a connection.
public class UpdateConnectionRequest : AmazonEventBridgeRequest
- Inheritance
-
UpdateConnectionRequest
Constructors
UpdateConnectionRequest()
public UpdateConnectionRequest()
Properties
AuthParameters
Gets and sets the property AuthParameters.
The authorization parameters to use for the connection.
public UpdateConnectionAuthRequestParameters AuthParameters { get; set; }
Property Value
AuthorizationType
Gets and sets the property AuthorizationType.
The type of authorization to use for the connection.
public ConnectionAuthorizationType AuthorizationType { get; set; }
Property Value
Description
Gets and sets the property Description.
A description for the connection.
public string Description { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the connection to update.
public string Name { get; set; }