AccessHomeDirectoryMappingArgs

data class AccessHomeDirectoryMappingArgs(val entry: Output<String>, val target: Output<String>) : ConvertibleToJava<AccessHomeDirectoryMappingArgs>

Constructors

Link copied to clipboard
constructor(entry: Output<String>, target: Output<String>)

Properties

Link copied to clipboard
val entry: Output<String>

Represents an entry and a target.

Link copied to clipboard
val target: Output<String>

Represents the map target.

Functions

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