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