secret-arn
/// of a secret stored in Secrets Manager which has username
and password
.
/// The specified secret contains credentials to connect to the database
/// you specify. When you are connecting to a cluster, you also supply the database name,
/// If you provide a cluster identifier (dbClusterIdentifier
), it must match
/// the cluster identifier stored in the secret. When you are connecting to a serverless
/// workgroup, you also supply the database name.
/// arn:iam::123456789012:user:foo
/// has the database user name IAM:foo
. Also, permission to call the redshift-serverless:GetCredentials
/// operation is required.
/// arn:iam::123456789012:user:foo
has the database user name IAM:foo
.
/// Also, permission to call the redshift:GetClusterCredentialsWithIAM
operation
/// is required.
/// redshift:GetClusterCredentials
/// operation is required.
/// The SQL statements are run as a single
/// transaction. They run serially in the order of the array. Subsequent SQL statements
/// don't start until the previous statement in the array completes. If any SQL statement
/// fails, then because they are run as one transaction, all work is rolled back.</p>
///
///