| 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.DataflowEndpointConfig
Description
Documentation
data DataflowEndpointConfig Source #
Information about the dataflow endpoint Config.
See: newDataflowEndpointConfig smart constructor.
Constructors
| DataflowEndpointConfig' | |
Fields
| |
Instances
newDataflowEndpointConfig Source #
Create a value of DataflowEndpointConfig 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:dataflowEndpointRegion:DataflowEndpointConfig', dataflowEndpointConfig_dataflowEndpointRegion - Region of a dataflow endpoint.
$sel:dataflowEndpointName:DataflowEndpointConfig', dataflowEndpointConfig_dataflowEndpointName - Name of a dataflow endpoint.
dataflowEndpointConfig_dataflowEndpointRegion :: Lens' DataflowEndpointConfig (Maybe Text) Source #
Region of a dataflow endpoint.
dataflowEndpointConfig_dataflowEndpointName :: Lens' DataflowEndpointConfig Text Source #
Name of a dataflow endpoint.