protocols

@JvmName(name = "epnjpeaqcvurvvwy")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "jbuhojtupelvjvpr")
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 = "uoljpjrjwmavgscd")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "dpnljhfehpgvlqij")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "wfqkyknkqeikaoyp")
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