data class ServerProtocolDetailsArgs(val as2Transports: Output<List<String>>? = null, val passiveIp: Output<String>? = null, val setStatOption: Output<String>? = null, val tlsSessionResumptionMode: Output<String>? = null) : ConvertibleToJava<ServerProtocolDetailsArgs>
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.
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.
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.