| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataSync.Types.OnPremConfig
Description
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.
Constructors
| OnPremConfig' | |
Instances
Arguments
| :: NonEmpty Text | |
| -> OnPremConfig |
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.