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 DataflowEndpointConfig Source #
Information about the dataflow endpoint Config
.
See: newDataflowEndpointConfig
smart constructor.
DataflowEndpointConfig' | |
|
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.