UserProfileDefaultEbsStorageSettings

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

Properties related to the Amazon Elastic Block Store volume.

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.