protocols

@JvmName(name = "fpuqpjhfkrmgcgtp")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "gjyjlcoleraywpas")
suspend fun protocols(value: List<String>?)

Parameters

value

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to SFTP . The available protocols are:

  • AS2: File transfer over Applicability Statement 2

  • SFTP: File transfer over SSH

  • FTPS: File transfer with TLS encryption

  • FTP: Unencrypted file transfer


@JvmName(name = "qbamicqjaidnogtx")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "lmoixqnqwfbigbly")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "aeijrmpentivbnms")
suspend fun protocols(vararg values: String)

Parameters

values

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to SFTP . The available protocols are:

  • AS2: File transfer over Applicability Statement 2

  • SFTP: File transfer over SSH

  • FTPS: File transfer with TLS encryption

  • FTP: Unencrypted file transfer