Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Connection = Connection' {}
- newConnection :: Connection
- connection_status :: Lens' Connection (Maybe ConnectionStatus)
- connection_createdAt :: Lens' Connection (Maybe UTCTime)
- connection_providerType :: Lens' Connection (Maybe ProviderType)
- connection_connectionName :: Lens' Connection (Maybe Text)
- connection_connectionArn :: Lens' Connection (Maybe Text)
Documentation
data Connection Source #
Describes an App Runner connection resource.
See: newConnection
smart constructor.
Connection' | |
|
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:status:Connection'
, connection_status
- The current state of the App Runner connection. When the state is
AVAILABLE
, you can use the connection to create an App Runner service.
$sel:createdAt:Connection'
, connection_createdAt
- The App Runner connection creation time, expressed as a Unix time stamp.
$sel:providerType:Connection'
, connection_providerType
- The source repository provider.
$sel:connectionName:Connection'
, connection_connectionName
- The customer-provided connection name.
$sel:connectionArn:Connection'
, connection_connectionArn
- The Amazon Resource Name (ARN) of this connection.
connection_status :: Lens' Connection (Maybe ConnectionStatus) Source #
The current state of the App Runner connection. When the state is
AVAILABLE
, you can use the connection to create an App Runner service.
connection_createdAt :: Lens' Connection (Maybe UTCTime) Source #
The App Runner connection creation time, expressed as a Unix time stamp.
connection_providerType :: Lens' Connection (Maybe ProviderType) Source #
The source repository provider.
connection_connectionName :: Lens' Connection (Maybe Text) Source #
The customer-provided connection name.
connection_connectionArn :: Lens' Connection (Maybe Text) Source #
The Amazon Resource Name (ARN) of this connection.