pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.transfer.kotlin.outputs
/
AccessHomeDirectoryMapping
Access
Home
Directory
Mapping
data
class
AccessHomeDirectoryMapping
(
val
entry
:
String
,
val
target
:
String
)
Types
Constructors
Properties
Constructors
Access
Home
Directory
Mapping
Link copied to clipboard
fun
AccessHomeDirectoryMapping
(
entry
:
String
,
target
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entry
Link copied to clipboard
val
entry
:
String
Represents an entry and a target.
target
Link copied to clipboard
val
target
:
String
Represents the map target.