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