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 ConnectionSummary = ConnectionSummary' {}
- newConnectionSummary :: ConnectionSummary
- connectionSummary_status :: Lens' ConnectionSummary (Maybe ConnectionStatus)
- connectionSummary_createdAt :: Lens' ConnectionSummary (Maybe UTCTime)
- connectionSummary_providerType :: Lens' ConnectionSummary (Maybe ProviderType)
- connectionSummary_connectionName :: Lens' ConnectionSummary (Maybe Text)
- connectionSummary_connectionArn :: Lens' ConnectionSummary (Maybe Text)
Documentation
data ConnectionSummary Source #
Provides summary information about an App Runner connection resource.
See: newConnectionSummary
smart constructor.
ConnectionSummary' | |
|
Instances
newConnectionSummary :: ConnectionSummary Source #
Create a value of ConnectionSummary
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:ConnectionSummary'
, connectionSummary_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:ConnectionSummary'
, connectionSummary_createdAt
- The App Runner connection creation time, expressed as a Unix time stamp.
$sel:providerType:ConnectionSummary'
, connectionSummary_providerType
- The source repository provider.
$sel:connectionName:ConnectionSummary'
, connectionSummary_connectionName
- The customer-provided connection name.
$sel:connectionArn:ConnectionSummary'
, connectionSummary_connectionArn
- The Amazon Resource Name (ARN) of this connection.
connectionSummary_status :: Lens' ConnectionSummary (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.
connectionSummary_createdAt :: Lens' ConnectionSummary (Maybe UTCTime) Source #
The App Runner connection creation time, expressed as a Unix time stamp.
connectionSummary_providerType :: Lens' ConnectionSummary (Maybe ProviderType) Source #
The source repository provider.
connectionSummary_connectionName :: Lens' ConnectionSummary (Maybe Text) Source #
The customer-provided connection name.
connectionSummary_connectionArn :: Lens' ConnectionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of this connection.