mainVolume

@JvmName(name = "lhucxsfcenjqdoid")
suspend fun mainVolume(value: Output<AwsClusterControlPlaneMainVolumeArgs>)
@JvmName(name = "lafmasnvrafextew")
suspend fun mainVolume(value: AwsClusterControlPlaneMainVolumeArgs?)

Parameters

value

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 8 GiB with the GP2 volume type.


@JvmName(name = "bpkpgbghtrbqhham")
suspend fun mainVolume(argument: suspend AwsClusterControlPlaneMainVolumeArgsBuilder.() -> Unit)

Parameters

argument

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 8 GiB with the GP2 volume type.