Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters:
See https://www.paws-r-sdk.com/docs/redshiftdataapiservice_execute_statement/ for full documentation.
redshiftdataapiservice_execute_statement(
ClientToken = NULL,
ClusterIdentifier = NULL,
Database = NULL,
DbUser = NULL,
Parameters = NULL,
SecretArn = NULL,
SessionId = NULL,
SessionKeepAliveSeconds = NULL,
Sql,
StatementName = NULL,
WithEvent = NULL,
WorkgroupName = NULL
)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.
The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials.
The parameters for the SQL statement.
The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.
The session identifier of the query.
The number of seconds to keep the session alive after the query finishes. The maximum time a session can keep alive is 24 hours. After 24 hours, the session is forced closed and the query is terminated.
[required] The SQL statement text to run.
The name of the SQL statement. You can name the SQL statement when you create it to identify the query.
A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.
The serverless workgroup name or Amazon Resource Name (ARN). This parameter is required when connecting to a serverless workgroup and authenticating using either Secrets Manager or temporary credentials.