| 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.ImageBuilder.Types.InstanceConfiguration
Description
Documentation
data InstanceConfiguration Source #
Defines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.
See: newInstanceConfiguration smart constructor.
Constructors
| InstanceConfiguration' | |
Fields
| |
Instances
newInstanceConfiguration :: InstanceConfiguration Source #
Create a value of InstanceConfiguration 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:blockDeviceMappings:InstanceConfiguration', instanceConfiguration_blockDeviceMappings - Defines the block devices to attach for building an instance from this
Image Builder AMI.
$sel:image:InstanceConfiguration', instanceConfiguration_image - The AMI ID to use as the base image for a container build and test
instance. If not specified, Image Builder will use the appropriate
ECS-optimized AMI as a base image.
instanceConfiguration_blockDeviceMappings :: Lens' InstanceConfiguration (Maybe [InstanceBlockDeviceMapping]) Source #
Defines the block devices to attach for building an instance from this Image Builder AMI.
instanceConfiguration_image :: Lens' InstanceConfiguration (Maybe Text) Source #
The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.