LocationNfsOnPremConfigArgs

data class LocationNfsOnPremConfigArgs(val agentArns: Output<List<String>>) : ConvertibleToJava<LocationNfsOnPremConfigArgs>

Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect an NFS server.

Constructors

Link copied to clipboard
constructor(agentArns: Output<List<String>>)

Properties

Link copied to clipboard
val agentArns: Output<List<String>>

ARN(s) of the agent(s) to use for an NFS location.

Functions

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