rootVolume

@JvmName(name = "wmiyrkadkupbkglx")
suspend fun rootVolume(value: Output<AwsNodePoolConfigRootVolumeArgs>)
@JvmName(name = "ksdmecmhuxpanxbg")
suspend fun rootVolume(value: AwsNodePoolConfigRootVolumeArgs?)

Parameters

value

Optional. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.


@JvmName(name = "udxqdpowviybqaua")
suspend fun rootVolume(argument: suspend AwsNodePoolConfigRootVolumeArgsBuilder.() -> Unit)

Parameters

argument

Optional. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.