Aws Cluster Control Plane Root Volume
data class AwsClusterControlPlaneRootVolume(val iops: Int? = null, val kmsKeyArn: String? = null, val sizeGib: Int? = null, val volumeType: String? = null)
Constructors
Link copied to clipboard
fun AwsClusterControlPlaneRootVolume(iops: Int? = null, kmsKeyArn: String? = null, sizeGib: Int? = null, volumeType: String? = null)