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 |
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.
UplinkEchoConfig' | |
|
Instances
:: 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.