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
Documentation
data ProtocolDetails Source #
The protocol settings that are configured for your server.
This type is only valid in the UpdateServer
API.
See: newProtocolDetails
smart constructor.
ProtocolDetails' | |
|
Instances
newProtocolDetails :: ProtocolDetails Source #
Create a value of ProtocolDetails
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:passiveIp:ProtocolDetails'
, protocolDetails_passiveIp
- Indicates passive mode, for FTP and FTPS protocols. Enter a single
dotted-quad IPv4 address, such as the external IP address of a firewall,
router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0
in the example above with the actual IP address you
want to use.
If you change the PassiveIp
value, you must stop and then restart your
Transfer server for the change to take effect. For details on using
Passive IP (PASV) in a NAT environment, see
Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family.
protocolDetails_passiveIp :: Lens' ProtocolDetails (Maybe Text) Source #
Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0
in the example above with the actual IP address you
want to use.
If you change the PassiveIp
value, you must stop and then restart your
Transfer server for the change to take effect. For details on using
Passive IP (PASV) in a NAT environment, see
Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family.