amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Description

 
Synopsis

Documentation

data LaunchTemplateEbsBlockDevice Source #

Describes a block device for an EBS volume.

See: newLaunchTemplateEbsBlockDevice smart constructor.

Constructors

LaunchTemplateEbsBlockDevice' 

Fields

Instances

Instances details
FromXML LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Generic LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Associated Types

type Rep LaunchTemplateEbsBlockDevice :: Type -> Type #

Read LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Show LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

NFData LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Eq LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

Hashable LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

type Rep LaunchTemplateEbsBlockDevice Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice

type Rep LaunchTemplateEbsBlockDevice = D1 ('MetaData "LaunchTemplateEbsBlockDevice" "Amazonka.EC2.Types.LaunchTemplateEbsBlockDevice" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateEbsBlockDevice'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deleteOnTermination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "throughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "volumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeType))))))

newLaunchTemplateEbsBlockDevice :: LaunchTemplateEbsBlockDevice Source #

Create a value of LaunchTemplateEbsBlockDevice 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:deleteOnTermination:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_deleteOnTermination - Indicates whether the EBS volume is deleted on instance termination.

$sel:encrypted:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_encrypted - Indicates whether the EBS volume is encrypted.

$sel:iops:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_iops - The number of I/O operations per second (IOPS) that the volume supports.

$sel:kmsKeyId:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_kmsKeyId - The ARN of the Key Management Service (KMS) CMK used for encryption.

$sel:snapshotId:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_snapshotId - The ID of the snapshot.

$sel:throughput:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_throughput - The throughput that the volume supports, in MiB/s.

$sel:volumeSize:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_volumeSize - The size of the volume, in GiB.

$sel:volumeType:LaunchTemplateEbsBlockDevice', launchTemplateEbsBlockDevice_volumeType - The volume type.

launchTemplateEbsBlockDevice_deleteOnTermination :: Lens' LaunchTemplateEbsBlockDevice (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

launchTemplateEbsBlockDevice_iops :: Lens' LaunchTemplateEbsBlockDevice (Maybe Int) Source #

The number of I/O operations per second (IOPS) that the volume supports.

launchTemplateEbsBlockDevice_kmsKeyId :: Lens' LaunchTemplateEbsBlockDevice (Maybe Text) Source #

The ARN of the Key Management Service (KMS) CMK used for encryption.

launchTemplateEbsBlockDevice_throughput :: Lens' LaunchTemplateEbsBlockDevice (Maybe Int) Source #

The throughput that the volume supports, in MiB/s.