ConnectorSftpConfig

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

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

A list of public portion of the host key, or keys, that are used to authenticate the user to the external server to which you are connecting.(https://docs.aws.amazon.com/transfer/latest/userguide/API_SftpConnectorConfig.html)

Link copied to clipboard
val userSecretId: String? = null

The identifier for the secret (in AWS Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier can be either the Amazon Resource Name (ARN) or the name of the secret.