Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails = AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails' {}
- newAwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails :: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
- awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_virtualName :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Text)
- awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_noDevice :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Bool)
- awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_ebs :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails)
- awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_deviceName :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Text)
Documentation
data AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails Source #
A block device for the instance.
See: newAwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
smart constructor.
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails' | |
|
Instances
newAwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails :: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails Source #
Create a value of AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
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:virtualName:AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails'
, awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_virtualName
- The name of the virtual device (for example, ephemeral0
).
You can provide either VirtualName
or Ebs
, but not both.
$sel:noDevice:AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails'
, awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_noDevice
- Whether to suppress the device that is included in the block device
mapping of the Amazon Machine Image (AMI).
If NoDevice
is true
, then you cannot specify Ebs
.>
$sel:ebs:AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails'
, awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_ebs
- Parameters that are used to automatically set up Amazon EBS volumes when
an instance is launched.
$sel:deviceName:AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails'
, awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_deviceName
- The device name that is exposed to the EC2 instance. For example,
/dev/sdh
or xvdh
.
awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_virtualName :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Text) Source #
The name of the virtual device (for example, ephemeral0
).
You can provide either VirtualName
or Ebs
, but not both.
awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_noDevice :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Bool) Source #
Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).
If NoDevice
is true
, then you cannot specify Ebs
.>
awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_ebs :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails) Source #
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
awsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails_deviceName :: Lens' AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails (Maybe Text) Source #
The device name that is exposed to the EC2 instance. For example,
/dev/sdh
or xvdh
.