# CreateExportSftpConfigInput

Input for `createExportSftpConfig`.

```
input CreateExportSftpConfigInput {

  host: String!

  port: Int!

  username: String!

  password: String!

  path: String!

  columns: [String!]

  timezone: String

  enabled: Boolean

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`CreateExportSftpConfigInput.host`](#host) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#host "Direct link to host")

SFTP server hostname.

#### [`CreateExportSftpConfigInput.port`](#port) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#port "Direct link to port")

SFTP server port.

#### [`CreateExportSftpConfigInput.username`](#username) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#username "Direct link to username")

SFTP username.

#### [`CreateExportSftpConfigInput.password`](#password) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#password "Direct link to password")

SFTP password. Stored encrypted; never returned.

#### [`CreateExportSftpConfigInput.path`](#path) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#path "Direct link to path")

Target directory on the SFTP server.

#### [`CreateExportSftpConfigInput.columns`](#columns) ● [`[String!]`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) list scalar[​](#columns "Direct link to columns")

Columns to include in the CSV. Omit to use the default column set.

#### [`CreateExportSftpConfigInput.timezone`](#timezone) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#timezone "Direct link to timezone")

IANA timezone for date columns. Defaults to `UTC`.

#### [`CreateExportSftpConfigInput.enabled`](#enabled) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#enabled "Direct link to enabled")

Whether the scheduled export is active. Defaults to disabled.

### Member Of[​](#member-of "Direct link to Member Of")

[`createExportSftpConfig`](https://docs.monei.com/apis/graphql/operations/mutations/create-export-sftp-config/.md) mutation
