| 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.ServiceCatalog.Types.SourceConnection
Description
Documentation
data SourceConnection Source #
A top level ProductViewDetail response containing details about the
product’s connection. Service Catalog returns this field for the
CreateProduct, UpdateProduct, DescribeProductAsAdmin, and
SearchProductAsAdmin APIs. This response contains the same fields as
the ConnectionParameters request, with the addition of the LastSync
response.
See: newSourceConnection smart constructor.
Constructors
| SourceConnection' | |
Fields
| |
Instances
Arguments
| :: SourceConnectionParameters | |
| -> SourceConnection |
Create a value of SourceConnection 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:type':SourceConnection', sourceConnection_type - The only supported SourceConnection type is Codestar.
$sel:connectionParameters:SourceConnection', sourceConnection_connectionParameters - The connection details based on the connection Type.
sourceConnection_type :: Lens' SourceConnection (Maybe SourceType) Source #
The only supported SourceConnection type is Codestar.
sourceConnection_connectionParameters :: Lens' SourceConnection SourceConnectionParameters Source #
The connection details based on the connection Type.