PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
redshift
Get a Description of All Cluster Parameter Groups ------------------------------------------------- This example returns a description of all cluster parameter groups for the account, with column headers. By default, the output is in JSON format. Command:: aws redshift describe-cluster-parameter-groups Result:: { "ParameterGroups": [ { "ParameterGroupFamily": "redshift-1.0", "Description": "My first cluster parameter group", "ParameterGroupName": "myclusterparametergroup" } ], "ResponseMetadata": { "RequestId": "8ceb8f6f-64cc-11e2-bea9-49e0ce183f07" } } You can also obtain the same information in text format using the ``--output text`` option. Command:: aws redshift describe-cluster-parameter-groups --output text Result:: redshift-1.0 My first cluster parameter group myclusterparametergroup RESPONSEMETADATA 9e665a36-64cc-11e2-8f7d-3b939af52818
[-] authorize-cluster-security-group-ingress.rst
[edit]
[-] describe-reserved-node-offerings.rst
[edit]
[-] describe-default-cluster-parameters.rst
[edit]
[-] create-cluster-subnet-group.rst
[edit]
[-] delete-cluster.rst
[edit]
[+]
..
[-] restore-from-cluster-snapshot.rst
[edit]
[-] delete-cluster-subnet-group.rst
[edit]
[-] describe-cluster-subnet-groups.rst
[edit]
[-] revoke-cluster-security-group-ingress.rst
[edit]
[-] describe-cluster-parameter-groups.rst
[edit]
[-] describe-cluster-parameters.rst
[edit]
[-] reset-cluster-parameter-group.rst
[edit]
[-] purchase-reserved-node-offering.rst
[edit]
[-] revoke-snapshot-access.rst
[edit]
[-] create-cluster-security-group.rst
[edit]
[-] describe-cluster-security-groups.rst
[edit]
[-] create-cluster-snapshot.rst
[edit]
[-] describe-reserved-nodes.rst
[edit]
[-] authorize-snapshot-access.rst
[edit]
[-] create-cluster-parameter-group.rst
[edit]
[-] describe-cluster-snapshots.rst
[edit]
[-] describe-resize.rst
[edit]
[-] copy-cluster-snapshot.rst
[edit]
[-] modify-cluster.rst
[edit]
[-] modify-cluster-parameter-group.rst
[edit]
[-] modify-cluster-subnet-group.rst
[edit]
[-] describe-cluster-versions.rst
[edit]
[-] reboot-cluster.rst
[edit]
[-] describe-orderable-cluster-options.rst
[edit]
[-] describe-clusters.rst
[edit]
[-] delete-cluster-snapshot.rst
[edit]
[-] delete-cluster-security-group.rst
[edit]
[-] describe-events.rst
[edit]
[-] create-cluster.rst
[edit]
[-] delete-cluster-parameter-group.rst
[edit]