| 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.ImageDiskContainer
Description
Synopsis
- data ImageDiskContainer = ImageDiskContainer' {
- description :: Maybe Text
- deviceName :: Maybe Text
- format :: Maybe Text
- snapshotId :: Maybe Text
- url :: Maybe Text
- userBucket :: Maybe UserBucket
- newImageDiskContainer :: ImageDiskContainer
- imageDiskContainer_description :: Lens' ImageDiskContainer (Maybe Text)
- imageDiskContainer_deviceName :: Lens' ImageDiskContainer (Maybe Text)
- imageDiskContainer_format :: Lens' ImageDiskContainer (Maybe Text)
- imageDiskContainer_snapshotId :: Lens' ImageDiskContainer (Maybe Text)
- imageDiskContainer_url :: Lens' ImageDiskContainer (Maybe Text)
- imageDiskContainer_userBucket :: Lens' ImageDiskContainer (Maybe UserBucket)
Documentation
data ImageDiskContainer Source #
Describes the disk container object for an import image task.
See: newImageDiskContainer smart constructor.
Constructors
| ImageDiskContainer' | |
Fields
| |
Instances
newImageDiskContainer :: ImageDiskContainer Source #
Create a value of ImageDiskContainer 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:description:ImageDiskContainer', imageDiskContainer_description - The description of the disk image.
$sel:deviceName:ImageDiskContainer', imageDiskContainer_deviceName - The block device mapping for the disk.
$sel:format:ImageDiskContainer', imageDiskContainer_format - The format of the disk image being imported.
Valid values: OVA | VHD | VHDX | VMDK | RAW
$sel:snapshotId:ImageDiskContainer', imageDiskContainer_snapshotId - The ID of the EBS snapshot to be used for importing the snapshot.
$sel:url:ImageDiskContainer', imageDiskContainer_url - The URL to the Amazon S3-based disk image being imported. The URL can
either be a https URL (https://..) or an Amazon S3 URL (s3://..)
$sel:userBucket:ImageDiskContainer', imageDiskContainer_userBucket - The S3 bucket for the disk image.
imageDiskContainer_description :: Lens' ImageDiskContainer (Maybe Text) Source #
The description of the disk image.
imageDiskContainer_deviceName :: Lens' ImageDiskContainer (Maybe Text) Source #
The block device mapping for the disk.
imageDiskContainer_format :: Lens' ImageDiskContainer (Maybe Text) Source #
The format of the disk image being imported.
Valid values: OVA | VHD | VHDX | VMDK | RAW
imageDiskContainer_snapshotId :: Lens' ImageDiskContainer (Maybe Text) Source #
The ID of the EBS snapshot to be used for importing the snapshot.
imageDiskContainer_url :: Lens' ImageDiskContainer (Maybe Text) Source #
The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
imageDiskContainer_userBucket :: Lens' ImageDiskContainer (Maybe UserBucket) Source #
The S3 bucket for the disk image.