amazonka-cloudwatch-events-2.0: Amazon EventBridge SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudWatchEvents.Types.Connection

Description

 
Synopsis

Documentation

data Connection Source #

Contains information about a connection.

See: newConnection smart constructor.

Constructors

Connection' 

Fields

Instances

Instances details
FromJSON Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

Read Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

NFData Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Methods

rnf :: Connection -> () #

Eq Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

Hashable Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.Connection

newConnection :: Connection Source #

Create a value of Connection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authorizationType:Connection', connection_authorizationType - The authorization type specified for the connection.

$sel:connectionArn:Connection', connection_connectionArn - The ARN of the connection.

$sel:connectionState:Connection', connection_connectionState - The state of the connection.

$sel:creationTime:Connection', connection_creationTime - A time stamp for the time that the connection was created.

$sel:lastAuthorizedTime:Connection', connection_lastAuthorizedTime - A time stamp for the time that the connection was last authorized.

$sel:lastModifiedTime:Connection', connection_lastModifiedTime - A time stamp for the time that the connection was last modified.

$sel:name:Connection', connection_name - The name of the connection.

$sel:stateReason:Connection', connection_stateReason - The reason that the connection is in the connection state.

connection_authorizationType :: Lens' Connection (Maybe ConnectionAuthorizationType) Source #

The authorization type specified for the connection.

connection_connectionArn :: Lens' Connection (Maybe Text) Source #

The ARN of the connection.

connection_creationTime :: Lens' Connection (Maybe UTCTime) Source #

A time stamp for the time that the connection was created.

connection_lastAuthorizedTime :: Lens' Connection (Maybe UTCTime) Source #

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

connection_lastModifiedTime :: Lens' Connection (Maybe UTCTime) Source #

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

connection_name :: Lens' Connection (Maybe Text) Source #

The name of the connection.

connection_stateReason :: Lens' Connection (Maybe Text) Source #

The reason that the connection is in the connection state.