| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchEvents.Types.Connection
Description
Synopsis
- data Connection = Connection' {}
- newConnection :: Connection
- connection_authorizationType :: Lens' Connection (Maybe ConnectionAuthorizationType)
- connection_connectionArn :: Lens' Connection (Maybe Text)
- connection_connectionState :: Lens' Connection (Maybe ConnectionState)
- connection_creationTime :: Lens' Connection (Maybe UTCTime)
- connection_lastAuthorizedTime :: Lens' Connection (Maybe UTCTime)
- connection_lastModifiedTime :: Lens' Connection (Maybe UTCTime)
- connection_name :: Lens' Connection (Maybe Text)
- connection_stateReason :: Lens' Connection (Maybe Text)
Documentation
data Connection Source #
Contains information about a connection.
See: newConnection smart constructor.
Constructors
| Connection' | |
Fields
| |
Instances
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_connectionState :: Lens' Connection (Maybe ConnectionState) Source #
The state 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.