Package com.pulumi.aws.transfer.outputs
Class ConnectorSftpConfig
- java.lang.Object
-
- com.pulumi.aws.transfer.outputs.ConnectorSftpConfig
-
public final class ConnectorSftpConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorSftpConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorSftpConfig.Builder
builder()
static ConnectorSftpConfig.Builder
builder(ConnectorSftpConfig defaults)
java.util.List<java.lang.String>
trustedHostKeys()
java.util.Optional<java.lang.String>
userSecretId()
-
-
-
Method Detail
-
trustedHostKeys
public java.util.List<java.lang.String> trustedHostKeys()
- Returns:
- 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)
-
userSecretId
public java.util.Optional<java.lang.String> userSecretId()
- Returns:
- 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.
-
builder
public static ConnectorSftpConfig.Builder builder()
-
builder
public static ConnectorSftpConfig.Builder builder(ConnectorSftpConfig defaults)
-
-