| 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.ElastiCache.Types.CustomerNodeEndpoint
Description
Documentation
data CustomerNodeEndpoint Source #
The endpoint from which data should be migrated.
See: newCustomerNodeEndpoint smart constructor.
Constructors
| CustomerNodeEndpoint' | |
Instances
newCustomerNodeEndpoint :: CustomerNodeEndpoint Source #
Create a value of CustomerNodeEndpoint 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:address:CustomerNodeEndpoint', customerNodeEndpoint_address - The address of the node endpoint
$sel:port:CustomerNodeEndpoint', customerNodeEndpoint_port - The port of the node endpoint
customerNodeEndpoint_address :: Lens' CustomerNodeEndpoint (Maybe Text) Source #
The address of the node endpoint
customerNodeEndpoint_port :: Lens' CustomerNodeEndpoint (Maybe Int) Source #
The port of the node endpoint