EciScalingConfigurationContainerVolumeMountArgs

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

Constructors

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

Functions

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

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.