| 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.Panorama.Types.NtpPayload
Description
Synopsis
- data NtpPayload = NtpPayload' {
- ntpServers :: [Text]
- newNtpPayload :: NtpPayload
- ntpPayload_ntpServers :: Lens' NtpPayload [Text]
Documentation
data NtpPayload Source #
Network time protocol (NTP) server settings. Use this option to connect
to local NTP servers instead of pool.ntp.org.
See: newNtpPayload smart constructor.
Constructors
| NtpPayload' | |
Fields
| |
Instances
newNtpPayload :: NtpPayload Source #
Create a value of NtpPayload 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:ntpServers:NtpPayload', ntpPayload_ntpServers - NTP servers to use, in order of preference.
ntpPayload_ntpServers :: Lens' NtpPayload [Text] Source #
NTP servers to use, in order of preference.