A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatchEvents/Types/RedshiftDataParameters.html below:

RedshiftDataParameters — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::RedshiftDataParameters
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #database ⇒ String

The name of the database. Required when authenticating using temporary credentials.

#db_user ⇒ String

The database user name. Required when authenticating using temporary credentials.

#secret_manager_arn ⇒ String

The name or ARN of the secret that enables access to the database. Required when authenticating using AWS Secrets Manager.

#sql ⇒ String

The SQL statement text to run.

#statement_name ⇒ String

The name of the SQL statement. You can name the SQL statement when you create it to identify the query.

#with_event ⇒ Boolean

Indicates 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