Skip to content

Commit 4cc3fbe

Browse files
committed
docs(connection, serverless): add new connection params
1 parent e852dfd commit 4cc3fbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ Connection Parameters
298298
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
299299
| endpoint_url | str | The Amazon Redshift endpoint url. This option is only used by AWS internal teams. | None | No |
300300
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
301+
| group_federation | bool | Use the IdP Groups in the Redshift. Default value False. | False | No |
302+
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
301303
| host | str | The hostname of Amazon Redshift cluster | None | No |
302304
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
303305
| iam | bool | If IAM Authentication is enabled | FALSE | No |
@@ -340,6 +342,10 @@ Connection Parameters
340342
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
341343
| secret_access_key_id | str | The secret access key for the IAM role or IAM user configured for IAM database authentication | None | No |
342344
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
345+
| serverless_acct_id | str | The account ID of the serverless. Default value None | None | No |
346+
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
347+
| serverless_work_group | str | The name of work group for serverless end point. Default value None. | None | No |
348+
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
343349
| session_token | str | The access key for the IAM role or IAM user configured for IAM database authentication. Not required unless temporary AWS credentials are being used. | None | No |
344350
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
345351
| ssl | bool | If SSL is enabled | TRUE | No |

0 commit comments

Comments
 (0)