rootVolume

@JvmName(name = "chhjlvymgffondvx")
suspend fun rootVolume(value: Output<AwsClusterControlPlaneRootVolumeArgs>)
@JvmName(name = "kaqmbdvwtnmportr")
suspend fun rootVolume(value: AwsClusterControlPlaneRootVolumeArgs?)

Parameters

value

Optional. Configuration related to the root volume provisioned for each control plane replica. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.


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

Parameters

argument

Optional. Configuration related to the root volume provisioned for each control plane replica. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.