EciScalingConfigurationInitContainerVolumeMountArgs

data class EciScalingConfigurationInitContainerVolumeMountArgs(val mountPath: Output<String>? = null, val name: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<EciScalingConfigurationInitContainerVolumeMountArgs>

Constructors

fun EciScalingConfigurationInitContainerVolumeMountArgs(mountPath: Output<String>? = null, name: Output<String>? = null, readOnly: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EciScalingConfigurationInitContainerVolumeMountArgs

Properties

Link copied to clipboard
val mountPath: Output<String>? = null

The directory of the mounted volume. Data under this directory will be overwritten by the data in the volume.

Link copied to clipboard
val name: Output<String>? = null

The name of the mounted volume.

Link copied to clipboard
val readOnly: Output<Boolean>? = null

Default to false.