Class DescribeConnectionResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the DescribeConnection operation.
public class DescribeConnectionResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeConnectionResponse
Constructors
DescribeConnectionResponse()
public DescribeConnectionResponse()
Properties
AuthParameters
Gets and sets the property AuthParameters.
The parameters to use for authorization for the connection.
public ConnectionAuthResponseParameters AuthParameters { get; set; }
Property Value
AuthorizationType
Gets and sets the property AuthorizationType.
The type of authorization specified for the connection.
public ConnectionAuthorizationType AuthorizationType { get; set; }
Property Value
ConnectionArn
Gets and sets the property ConnectionArn.
The ARN of the connection retrieved.
public string ConnectionArn { get; set; }
Property Value
ConnectionState
Gets and sets the property ConnectionState.
The state of the connection retrieved.
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
Description
Gets and sets the property Description.
The description for the connection retrieved.
public string Description { 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 retrieved.
public string Name { get; set; }
Property Value
SecretArn
Gets and sets the property SecretArn.
The ARN of the secret created from the authorization parameters specified for the connection.
public string SecretArn { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the connection is in the current connection state.
public string StateReason { get; set; }