Amazon.PowerShell.Cmdlets.RSD.AmazonRedshiftDataAPIServiceClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
| Required? | False |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The database user name. This parameter is required when connecting to a cluster as a database user and authenticating using temporary credentials.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the ClusterIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^ClusterIdentifier' instead. This parameter will be removed in a future version.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The data format of the result of the SQL statement. If no format is specified, the default is JSON.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.RedshiftDataAPIService.Model.BatchExecuteStatementResponse). Specifying the name of a property of type Amazon.RedshiftDataAPIService.Model.BatchExecuteStatementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The session identifier of the query.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SessionKeepAliveSecond <
Int32>
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? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | SessionKeepAliveSeconds |
One or more SQL statements to run. 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.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Sqls |
The name of the SQL statements. You can name the SQL statements when you create them to identify the query.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statements run.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |