Amazon Redshift Data

Amazon Redshift Data is a cloud-based data warehouse solution that allows you to extract valuable insights from your data to drive business growth and benefit your customers.

Actions

  • listTables - Provides the list of tables in a database.
  • describeTable - Provides information about a table from metadata in the cluster.
  • describeStatement - Provides information about an instance that is used to run the statement by the Amazon Redshift Data API.
  • cancelStatement - Cancels a running SQL statement.
  • listDatabases - Provides a list of databases in a cluster.
  • getStatementResult - Retrieves the temporary cached result of an SQL statement.
  • listSchemas - Provides the list of schemas in a database.
  • executeStatement - Runs an SQL statement.
  • listStatements - Returns a list of SQL statements.

Custom Actions

You can use this connector to create your own custom actions to perform specific tasks. The actions that you create look and work exactly like the other actions do.

Learn more about how to create custom actions.

Note: Currently, Amazon Redshift serverless instance is not supported in the connector.