GetConnectorSftpConfig

data class GetConnectorSftpConfig(val trustedHostKeys: List<String>, val userSecretId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of the public portions of the host keys that are used to identify the servers the connector is connected to.

Link copied to clipboard

Identifier for the secret in AWS Secrets Manager that contains the SFTP user's private key, and/or password.