Table of Contents

Class CreateConnectionResponse

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

This is the response object from the CreateConnection operation.

public class CreateConnectionResponse : AmazonWebServiceResponse
Inheritance
CreateConnectionResponse

Constructors

CreateConnectionResponse()

public CreateConnectionResponse()

Properties

ConnectionArn

Gets and sets the property ConnectionArn.

The ARN of the connection that was created by the request.

public string ConnectionArn { get; set; }

Property Value

string

ConnectionState

Gets and sets the property ConnectionState.

The state of the connection that was created by the request.

public ConnectionState ConnectionState { get; set; }

Property Value

ConnectionState

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

DateTime

LastModifiedTime

Gets and sets the property LastModifiedTime.

A time stamp for the time that the connection was last updated.

public DateTime LastModifiedTime { get; set; }

Property Value

DateTime