EnvironmentStorageConfigurationFsxArgs

data class EnvironmentStorageConfigurationFsxArgs(val fileSystemId: Output<String>, val mountPoint: Output<String>) : ConvertibleToJava<EnvironmentStorageConfigurationFsxArgs>

Constructors

Link copied to clipboard
constructor(fileSystemId: Output<String>, mountPoint: Output<String>)

Properties

Link copied to clipboard
val fileSystemId: Output<String>

Id of the FSX filesystem to mount.

Link copied to clipboard
val mountPoint: Output<String>

Path to mount the filesystem on, must start with /m2/mount/.

Functions

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