Amazon Redshift · Example Payload

Amazon Redshift Data Execute Statement Request Example

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Amazon Redshift Data Execute Statement Request Example is an example object payload from Amazon Redshift, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClusterIdentifierDatabaseDbUserSecretArnSqlStatementNameWithEventWorkgroupNameParametersClientToken

Example Payload

Raw ↑
{
  "ClusterIdentifier": "example_value",
  "Database": "example_value",
  "DbUser": "example_value",
  "SecretArn": "example_value",
  "Sql": "example_value",
  "StatementName": "example_value",
  "WithEvent": true,
  "WorkgroupName": "example_value",
  "Parameters": [],
  "ClientToken": "example_value"
}