ServerProtocolDetails

data class ServerProtocolDetails(val as2Transports: List<String>? = null, val passiveIp: String? = null, val setStatOption: String? = null, val tlsSessionResumptionMode: String? = null)

Constructors

Link copied to clipboard
constructor(as2Transports: List<String>? = null, passiveIp: String? = null, setStatOption: String? = null, tlsSessionResumptionMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val as2Transports: List<String>? = null

Indicates the transport method for the AS2 messages. Currently, only HTTP is supported.

Link copied to clipboard
val passiveIp: String? = null

Indicates passive mode, for FTP and FTPS protocols. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.

Link copied to clipboard
val setStatOption: String? = null

Use to ignore the error that is generated when the client attempts to use SETSTAT on a file you are uploading to an S3 bucket. Valid values: DEFAULT, ENABLE_NO_OP.

Link copied to clipboard

A property used with Transfer Family servers that use the FTPS protocol. Provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session. Valid values: DISABLED, ENABLED, ENFORCED.