public static interface SftpConnectorConfig.Builder extends SdkPojo, CopyableBuilder<SftpConnectorConfig.Builder,SftpConnectorConfig>
| Modifier and Type | Method and Description |
|---|---|
SftpConnectorConfig.Builder |
trustedHostKeys(Collection<String> trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig.Builder |
trustedHostKeys(String... trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig.Builder |
userSecretId(String userSecretId)
The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private
key, password, or both.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSftpConnectorConfig.Builder userSecretId(String userSecretId)
The identifier for the secret (in Amazon Web Services 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.
userSecretId - The identifier for the secret (in Amazon Web Services 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.SftpConnectorConfig.Builder trustedHostKeys(Collection<String> trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting. You can use the ssh-keyscan command against the SFTP server to
retrieve the necessary key.
The three standard SSH public key format elements are <key type>,
<body base64>, and an optional <comment>, with spaces between each
element.
For the trusted host key, Transfer Family accepts RSA and ECDSA keys.
For RSA keys, the key type is ssh-rsa.
For ECDSA keys, the key type is either ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or
ecdsa-sha2-nistp521, depending on the size of the key you generated.
trustedHostKeys - The public portion of the host key, or keys, that are used to authenticate the user to the external
server to which you are connecting. You can use the ssh-keyscan command against the SFTP
server to retrieve the necessary key.
The three standard SSH public key format elements are <key type>,
<body base64>, and an optional <comment>, with spaces between
each element.
For the trusted host key, Transfer Family accepts RSA and ECDSA keys.
For RSA keys, the key type is ssh-rsa.
For ECDSA keys, the key type is either ecdsa-sha2-nistp256,
ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521, depending on the size of the
key you generated.
SftpConnectorConfig.Builder trustedHostKeys(String... trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting. You can use the ssh-keyscan command against the SFTP server to
retrieve the necessary key.
The three standard SSH public key format elements are <key type>,
<body base64>, and an optional <comment>, with spaces between each
element.
For the trusted host key, Transfer Family accepts RSA and ECDSA keys.
For RSA keys, the key type is ssh-rsa.
For ECDSA keys, the key type is either ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or
ecdsa-sha2-nistp521, depending on the size of the key you generated.
trustedHostKeys - The public portion of the host key, or keys, that are used to authenticate the user to the external
server to which you are connecting. You can use the ssh-keyscan command against the SFTP
server to retrieve the necessary key.
The three standard SSH public key format elements are <key type>,
<body base64>, and an optional <comment>, with spaces between
each element.
For the trusted host key, Transfer Family accepts RSA and ECDSA keys.
For RSA keys, the key type is ssh-rsa.
For ECDSA keys, the key type is either ecdsa-sha2-nistp256,
ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521, depending on the size of the
key you generated.
Copyright © 2023. All rights reserved.