DomainDefaultEbsStorageSettingsArgs

data class DomainDefaultEbsStorageSettingsArgs(val defaultEbsVolumeSizeInGb: Output<Int>, val maximumEbsVolumeSizeInGb: Output<Int>) : ConvertibleToJava<DomainDefaultEbsStorageSettingsArgs>

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: Output<Int>, maximumEbsVolumeSizeInGb: Output<Int>)

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.

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultEbsStorageSettingsArgs