| 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.Destination
Description
Synopsis
- data Destination = Destination' {}
- newDestination :: Destination
- destination_configDetails :: Lens' Destination (Maybe ConfigDetails)
- destination_configId :: Lens' Destination (Maybe Text)
- destination_configType :: Lens' Destination (Maybe ConfigCapabilityType)
- destination_dataflowDestinationRegion :: Lens' Destination (Maybe Text)
Documentation
data Destination Source #
Dataflow details for the destination side.
See: newDestination smart constructor.
Constructors
| Destination' | |
Fields
| |
Instances
newDestination :: Destination Source #
Create a value of Destination 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:configDetails:Destination', destination_configDetails - Additional details for a Config, if type is dataflow endpoint or
antenna demod decode.
$sel:configId:Destination', destination_configId - UUID of a Config.
$sel:configType:Destination', destination_configType - Type of a Config.
$sel:dataflowDestinationRegion:Destination', destination_dataflowDestinationRegion - Region of a dataflow destination.
destination_configDetails :: Lens' Destination (Maybe ConfigDetails) Source #
Additional details for a Config, if type is dataflow endpoint or
antenna demod decode.
destination_configId :: Lens' Destination (Maybe Text) Source #
UUID of a Config.
destination_configType :: Lens' Destination (Maybe ConfigCapabilityType) Source #
Type of a Config.
destination_dataflowDestinationRegion :: Lens' Destination (Maybe Text) Source #
Region of a dataflow destination.