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 DataflowEndpoint = DataflowEndpoint' {}
- newDataflowEndpoint :: DataflowEndpoint
- dataflowEndpoint_mtu :: Lens' DataflowEndpoint (Maybe Natural)
- dataflowEndpoint_status :: Lens' DataflowEndpoint (Maybe EndpointStatus)
- dataflowEndpoint_address :: Lens' DataflowEndpoint (Maybe SocketAddress)
- dataflowEndpoint_name :: Lens' DataflowEndpoint (Maybe Text)
Documentation
data DataflowEndpoint Source #
Information about a dataflow endpoint.
See: newDataflowEndpoint
smart constructor.
Instances
newDataflowEndpoint :: DataflowEndpoint Source #
Create a value of DataflowEndpoint
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:mtu:DataflowEndpoint'
, dataflowEndpoint_mtu
- Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
$sel:status:DataflowEndpoint'
, dataflowEndpoint_status
- Status of a dataflow endpoint.
$sel:address:DataflowEndpoint'
, dataflowEndpoint_address
- Socket address of a dataflow endpoint.
$sel:name:DataflowEndpoint'
, dataflowEndpoint_name
- Name of a dataflow endpoint.
dataflowEndpoint_mtu :: Lens' DataflowEndpoint (Maybe Natural) Source #
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
dataflowEndpoint_status :: Lens' DataflowEndpoint (Maybe EndpointStatus) Source #
Status of a dataflow endpoint.
dataflowEndpoint_address :: Lens' DataflowEndpoint (Maybe SocketAddress) Source #
Socket address of a dataflow endpoint.
dataflowEndpoint_name :: Lens' DataflowEndpoint (Maybe Text) Source #
Name of a dataflow endpoint.