Added redshift.get_cluster_credentials (#3611)
* Added redshift.get_cluster_credentials * Marked endpoint in list * Removed f string from tests * Python 2.7 compat changes * Fixed parameter retrieval * Formatting * Removed try/catch in favor of if * Changed to existing random_string util Co-authored-by: Andrea Amorosi <aamorosi@amazon.es>
This commit is contained in:
parent
d7f218bfec
commit
5a41866f71
4 changed files with 148 additions and 2 deletions
|
|
@ -6721,7 +6721,7 @@
|
|||
|
||||
## redshift
|
||||
<details>
|
||||
<summary>28% implemented</summary>
|
||||
<summary>29% implemented</summary>
|
||||
|
||||
- [ ] accept_reserved_node_exchange
|
||||
- [ ] authorize_cluster_security_group_ingress
|
||||
|
|
@ -6789,7 +6789,7 @@
|
|||
- [X] disable_snapshot_copy
|
||||
- [ ] enable_logging
|
||||
- [X] enable_snapshot_copy
|
||||
- [ ] get_cluster_credentials
|
||||
- [X] get_cluster_credentials
|
||||
- [ ] get_reserved_node_exchange_offerings
|
||||
- [X] modify_cluster
|
||||
- [ ] modify_cluster_db_revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue