Class Connection
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains information about a connection.
public class Connection
- Inheritance
-
Connection
- Inherited Members
Constructors
Connection()
public Connection()
Properties
AuthorizationType
Gets and sets the property AuthorizationType.
The authorization type specified for the connection.
note
OAUTH tokens are refreshed when a 401 or 407 response is returned.
public ConnectionAuthorizationType AuthorizationType { get; set; }
Property Value
ConnectionArn
Gets and sets the property ConnectionArn.
The ARN of the connection.
public string ConnectionArn { get; set; }
Property Value
ConnectionState
Gets and sets the property ConnectionState.
The state of the connection.
public ConnectionState ConnectionState { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
A time stamp for the time that the connection was created.
public DateTime CreationTime { get; set; }
Property Value
LastAuthorizedTime
Gets and sets the property LastAuthorizedTime.
A time stamp for the time that the connection was last authorized.
public DateTime LastAuthorizedTime { get; set; }
Property Value
LastModifiedTime
Gets and sets the property LastModifiedTime.
A time stamp for the time that the connection was last modified.
public DateTime LastModifiedTime { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the connection.
public string Name { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the connection is in the connection state.
public string StateReason { get; set; }