ConnectorSftpConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val trustedHostKeys: Output<List<String>>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorSftpConfigArgs