DomainDefaultEbsStorageSettings

data class DomainDefaultEbsStorageSettings(val defaultEbsVolumeSizeInGb: Int, val maximumEbsVolumeSizeInGb: Int)

Properties related to the Amazon Elastic Block Store volume. Must be provided if storage type is Amazon EBS and must not be provided if storage type is not Amazon EBS

Constructors

Link copied to clipboard
constructor(defaultEbsVolumeSizeInGb: Int, maximumEbsVolumeSizeInGb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default size of the Amazon EBS volume in Gb

Link copied to clipboard

Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.