| 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.ExportToS3Task
Description
Synopsis
- data ExportToS3Task = ExportToS3Task' {}
- newExportToS3Task :: ExportToS3Task
- exportToS3Task_containerFormat :: Lens' ExportToS3Task (Maybe ContainerFormat)
- exportToS3Task_diskImageFormat :: Lens' ExportToS3Task (Maybe DiskImageFormat)
- exportToS3Task_s3Bucket :: Lens' ExportToS3Task (Maybe Text)
- exportToS3Task_s3Key :: Lens' ExportToS3Task (Maybe Text)
Documentation
data ExportToS3Task Source #
Describes the format and location for the export task.
See: newExportToS3Task smart constructor.
Constructors
| ExportToS3Task' | |
Fields
| |
Instances
newExportToS3Task :: ExportToS3Task Source #
Create a value of ExportToS3Task 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:containerFormat:ExportToS3Task', exportToS3Task_containerFormat - The container format used to combine disk images with metadata (such as
OVF). If absent, only the disk image is exported.
$sel:diskImageFormat:ExportToS3Task', exportToS3Task_diskImageFormat - The format for the exported image.
$sel:s3Bucket:ExportToS3Task', exportToS3Task_s3Bucket - The Amazon S3 bucket for the destination image. The destination bucket
must exist and have an access control list (ACL) attached that specifies
the Region-specific canonical account ID for the Grantee. For more
information about the ACL to your S3 bucket, see
Prerequisites
in the VM Import/Export User Guide.
$sel:s3Key:ExportToS3Task', exportToS3Task_s3Key - The encryption key for your S3 bucket.
exportToS3Task_containerFormat :: Lens' ExportToS3Task (Maybe ContainerFormat) Source #
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
exportToS3Task_diskImageFormat :: Lens' ExportToS3Task (Maybe DiskImageFormat) Source #
The format for the exported image.
exportToS3Task_s3Bucket :: Lens' ExportToS3Task (Maybe Text) Source #
The Amazon S3 bucket for the destination image. The destination bucket
must exist and have an access control list (ACL) attached that specifies
the Region-specific canonical account ID for the Grantee. For more
information about the ACL to your S3 bucket, see
Prerequisites
in the VM Import/Export User Guide.
exportToS3Task_s3Key :: Lens' ExportToS3Task (Maybe Text) Source #
The encryption key for your S3 bucket.