Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OnPremConfig = OnPremConfig' {}
- newOnPremConfig :: NonEmpty Text -> OnPremConfig
- onPremConfig_agentArns :: Lens' OnPremConfig (NonEmpty Text)
Documentation
data OnPremConfig Source #
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
See: newOnPremConfig
smart constructor.
Instances
Create a value of OnPremConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentArns:OnPremConfig'
, onPremConfig_agentArns
- ARNs of the agents to use for an NFS location.
onPremConfig_agentArns :: Lens' OnPremConfig (NonEmpty Text) Source #
ARNs of the agents to use for an NFS location.