UserProfileDefaultEbsStorageSettingsArgs

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

Properties related to the Amazon Elastic Block Store volume.

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(): UserProfileDefaultEbsStorageSettingsArgs