| 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.AppRunner.Types.Connection
Description
Synopsis
- data Connection = Connection' {}
- newConnection :: Connection
- connection_connectionArn :: Lens' Connection (Maybe Text)
- connection_connectionName :: Lens' Connection (Maybe Text)
- connection_createdAt :: Lens' Connection (Maybe UTCTime)
- connection_providerType :: Lens' Connection (Maybe ProviderType)
- connection_status :: Lens' Connection (Maybe ConnectionStatus)
Documentation
data Connection Source #
Describes an App Runner connection resource.
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:connectionArn:Connection', connection_connectionArn - The Amazon Resource Name (ARN) of this connection.
$sel:connectionName:Connection', connection_connectionName - The customer-provided connection name.
$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: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.
connection_connectionArn :: Lens' Connection (Maybe Text) Source #
The Amazon Resource Name (ARN) of this connection.
connection_connectionName :: Lens' Connection (Maybe Text) Source #
The customer-provided connection name.
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_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.