| 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.GroundStation.Types.UplinkEchoConfig
Description
Documentation
data UplinkEchoConfig Source #
Information about an uplink echo Config.
Parameters from the AntennaUplinkConfig, corresponding to the
specified AntennaUplinkConfigArn, are used when this
UplinkEchoConfig is used in a contact.
See: newUplinkEchoConfig smart constructor.
Constructors
| UplinkEchoConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Bool | |
| -> UplinkEchoConfig |
Create a value of UplinkEchoConfig 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:antennaUplinkConfigArn:UplinkEchoConfig', uplinkEchoConfig_antennaUplinkConfigArn - ARN of an uplink Config.
$sel:enabled:UplinkEchoConfig', uplinkEchoConfig_enabled - Whether or not an uplink Config is enabled.
uplinkEchoConfig_antennaUplinkConfigArn :: Lens' UplinkEchoConfig Text Source #
ARN of an uplink Config.
uplinkEchoConfig_enabled :: Lens' UplinkEchoConfig Bool Source #
Whether or not an uplink Config is enabled.