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 DataIntegrationSummary = DataIntegrationSummary' {}
- newDataIntegrationSummary :: DataIntegrationSummary
- dataIntegrationSummary_arn :: Lens' DataIntegrationSummary (Maybe Text)
- dataIntegrationSummary_name :: Lens' DataIntegrationSummary (Maybe Text)
- dataIntegrationSummary_sourceURI :: Lens' DataIntegrationSummary (Maybe Text)
Documentation
data DataIntegrationSummary Source #
Summary information about the DataIntegration.
See: newDataIntegrationSummary
smart constructor.
Instances
newDataIntegrationSummary :: DataIntegrationSummary Source #
Create a value of DataIntegrationSummary
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:arn:DataIntegrationSummary'
, dataIntegrationSummary_arn
- The Amazon Resource Name (ARN) of the DataIntegration.
$sel:name:DataIntegrationSummary'
, dataIntegrationSummary_name
- The name of the DataIntegration.
$sel:sourceURI:DataIntegrationSummary'
, dataIntegrationSummary_sourceURI
- The URI of the data source.
dataIntegrationSummary_arn :: Lens' DataIntegrationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the DataIntegration.
dataIntegrationSummary_name :: Lens' DataIntegrationSummary (Maybe Text) Source #
The name of the DataIntegration.
dataIntegrationSummary_sourceURI :: Lens' DataIntegrationSummary (Maybe Text) Source #
The URI of the data source.