AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails

Parameters that are used to automatically set up EBS volumes when an instance is launched.

Types

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

Properties

Link copied to clipboard

Whether to delete the volume when the instance is terminated.

Link copied to clipboard

Whether to encrypt the volume.

Link copied to clipboard
val iops: Int?

The number of input/output (I/O) operations per second (IOPS) to provision for the volume.

Link copied to clipboard

The snapshot ID of the volume to use.

Link copied to clipboard

The volume size, in GiBs. The following are the supported volumes sizes for each volume type:

Link copied to clipboard

The volume type. Valid values are as follows:

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