| 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.EC2.Types.ExportTaskS3LocationRequest
Description
Synopsis
Documentation
data ExportTaskS3LocationRequest Source #
Describes the destination for an export image task.
See: newExportTaskS3LocationRequest smart constructor.
Constructors
| ExportTaskS3LocationRequest' | |
Instances
newExportTaskS3LocationRequest Source #
Create a value of ExportTaskS3LocationRequest 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:s3Prefix:ExportTaskS3LocationRequest', exportTaskS3LocationRequest_s3Prefix - The prefix (logical hierarchy) in the bucket.
$sel:s3Bucket:ExportTaskS3LocationRequest', exportTaskS3LocationRequest_s3Bucket - The destination Amazon S3 bucket.
exportTaskS3LocationRequest_s3Prefix :: Lens' ExportTaskS3LocationRequest (Maybe Text) Source #
The prefix (logical hierarchy) in the bucket.
exportTaskS3LocationRequest_s3Bucket :: Lens' ExportTaskS3LocationRequest Text Source #
The destination Amazon S3 bucket.