EbsConfiguration

The Amazon EBS configuration of a cluster instance.

Types

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

Properties

Link copied to clipboard

An array of Amazon EBS volume specifications attached to a cluster instance.

Link copied to clipboard

Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.

Functions

Link copied to clipboard
inline fun copy(block: EbsConfiguration.Builder.() -> Unit = {}): EbsConfiguration
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