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 ConnectivityInfo = ConnectivityInfo' {}
- newConnectivityInfo :: ConnectivityInfo
- connectivityInfo_portNumber :: Lens' ConnectivityInfo (Maybe Int)
- connectivityInfo_id :: Lens' ConnectivityInfo (Maybe Text)
- connectivityInfo_metadata :: Lens' ConnectivityInfo (Maybe Text)
- connectivityInfo_hostAddress :: Lens' ConnectivityInfo (Maybe Text)
Documentation
data ConnectivityInfo Source #
Information about a Greengrass core's connectivity.
See: newConnectivityInfo
smart constructor.
Instances
newConnectivityInfo :: ConnectivityInfo Source #
Create a value of ConnectivityInfo
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:portNumber:ConnectivityInfo'
, connectivityInfo_portNumber
- The port of the Greengrass core. Usually 8883.
$sel:id:ConnectivityInfo'
, connectivityInfo_id
- The ID of the connectivity information.
$sel:metadata:ConnectivityInfo'
, connectivityInfo_metadata
- Metadata for this endpoint.
$sel:hostAddress:ConnectivityInfo'
, connectivityInfo_hostAddress
- The endpoint for the Greengrass core. Can be an IP address or DNS.
connectivityInfo_portNumber :: Lens' ConnectivityInfo (Maybe Int) Source #
The port of the Greengrass core. Usually 8883.
connectivityInfo_id :: Lens' ConnectivityInfo (Maybe Text) Source #
The ID of the connectivity information.
connectivityInfo_metadata :: Lens' ConnectivityInfo (Maybe Text) Source #
Metadata for this endpoint.
connectivityInfo_hostAddress :: Lens' ConnectivityInfo (Maybe Text) Source #
The endpoint for the Greengrass core. Can be an IP address or DNS.