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