You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::RedshiftDataParametersWhen passing RedshiftDataParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
secret_manager_arn: "RedshiftSecretManagerArn",
database: "Database", db_user: "DbUser",
sql: "Sql", statement_name: "StatementName",
with_event: false,
}
These are custom parameters to be used when the target is a Redshift cluster to invoke the Redshift Data API ExecuteStatement based on EventBridge events.
Returned by:
Instance Attribute Summary collapseThe name of the database.
The database user name.
The name or ARN of the secret that enables access to the database.
The SQL statement text to run.
The name of the SQL statement.
Indicates whether to send an event back to EventBridge after the SQL statement runs.
The name of the database. Required when authenticating using temporary credentials.
#db_user ⇒ StringThe database user name. Required when authenticating using temporary credentials.
#secret_manager_arn ⇒ StringThe name or ARN of the secret that enables access to the database. Required when authenticating using AWS Secrets Manager.
#sql ⇒ StringThe SQL statement text to run.
#statement_name ⇒ StringThe name of the SQL statement. You can name the SQL statement when you create it to identify the query.
#with_event ⇒ BooleanIndicates whether to send an event back to EventBridge after the SQL statement runs.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4