| 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.CloudTrail.Types.ImportSource
Description
Synopsis
Documentation
data ImportSource Source #
The import source.
See: newImportSource smart constructor.
Constructors
| ImportSource' | |
Fields
| |
Instances
Arguments
| :: S3ImportSource | |
| -> ImportSource |
Create a value of ImportSource 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:s3:ImportSource', importSource_s3 - The source S3 bucket.
importSource_s3 :: Lens' ImportSource S3ImportSource Source #
The source S3 bucket.