AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails

Parameters for a block device for an Amazon Elastic Block Store (Amazon EBS) volume in an Amazon EC2 launch template.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the EBS volume is deleted on instance termination.

Link copied to clipboard

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you're creating a volume from a snapshot, you can't specify an encryption value.

Link copied to clipboard
val iops: Int?

The number of I/O operations per second (IOPS).

Link copied to clipboard

The Amazon Resource Name (ARN) of the symmetric Key Management Service (KMS) customer managed key used for encryption.

Link copied to clipboard

The ID of the EBS snapshot.

Link copied to clipboard

The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.

Link copied to clipboard

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.

Link copied to clipboard

The volume type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String