| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftDataParameters |
RedshiftDataParameters.clone() |
RedshiftDataParameters |
Target.getRedshiftDataParameters()
Contains the Redshift Data API parameters to use when the target is a Redshift cluster.
|
RedshiftDataParameters |
RedshiftDataParameters.withDatabase(String database)
The name of the database.
|
RedshiftDataParameters |
RedshiftDataParameters.withDbUser(String dbUser)
The database user name.
|
RedshiftDataParameters |
RedshiftDataParameters.withSecretManagerArn(String secretManagerArn)
The name or ARN of the secret that enables access to the database.
|
RedshiftDataParameters |
RedshiftDataParameters.withSql(String sql)
The SQL statement text to run.
|
RedshiftDataParameters |
RedshiftDataParameters.withStatementName(String statementName)
The name of the SQL statement.
|
RedshiftDataParameters |
RedshiftDataParameters.withWithEvent(Boolean withEvent)
Indicates whether to send an event back to EventBridge after the SQL statement runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setRedshiftDataParameters(RedshiftDataParameters redshiftDataParameters)
Contains the Redshift Data API parameters to use when the target is a Redshift cluster.
|
Target |
Target.withRedshiftDataParameters(RedshiftDataParameters redshiftDataParameters)
Contains the Redshift Data API parameters to use when the target is a Redshift cluster.
|
Copyright © 2021. All rights reserved.