SftpConfigProperties

data class SftpConfigProperties(val trustedHostKeys: List<String>? = null, val userSecretId: String? = null)

Configuration for an SFTP connector.

Constructors

Link copied to clipboard
constructor(trustedHostKeys: List<String>? = null, userSecretId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of public host keys, for the external server to which you are connecting.

Link copied to clipboard
val userSecretId: String? = null

ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.