PostgreSqlDataFeedSource type

Represents a PostgreSQL data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type PostgreSqlDataFeedSource = {
  authenticationType: "Basic"
  connectionString?: string
  dataSourceType: "PostgreSql"
  query: string
}