404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.216.241.11: ~ $
Retrieve the Parameters for a Specified Cluster Parameter Group
---------------------------------------------------------------

This example retrieves the parameters for the named parameter group.  By default, the output is in JSON format.

Command::

   aws redshift describe-cluster-parameters --parameter-group-name myclusterparametergroup

Result::

    {
       "Parameters": [
          {
             "Description": "Sets the display format for date and time values.",
             "DataType": "string",
             "IsModifiable": true,
             "Source": "engine-default",
             "ParameterValue": "ISO, MDY",
             "ParameterName": "datestyle"
          },
          {
             "Description": "Sets the number of digits displayed for floating-point values",
             "DataType": "integer",
             "IsModifiable": true,
             "AllowedValues": "-15-2",
             "Source": "engine-default",
             "ParameterValue": "0",
             "ParameterName": "extra_float_digits"
          },
          (...remaining output omitted...)
       ]
    }

You can also obtain the same information in text format using the ``--output text`` option.

Command::

   aws redshift describe-cluster-parameters --parameter-group-name myclusterparametergroup --output text

Result::

    RESPONSEMETADATA	cdac40aa-64cc-11e2-9e70-918437dd236d
    Sets the display format for date and time values.	string	True	engine-default	ISO, MDY	datestyle
    Sets the number of digits displayed for floating-point values	integer	True	-15-2	engine-default	0	extra_float_digits
    This parameter applies a user-defined label to a group of queries that are run during the same session..	string	True	engine-default	default	query_group
    require ssl for all databaseconnections	boolean	True	true,false	engine-default	false	require_ssl
    Sets the schema search order for names that are not schema-qualified.	string	True	engine-default	$user, public	search_path
    Aborts any statement that takes over the specified number of milliseconds.	integer	True	engine-default	0	statement_timeout
    wlm json configuration	string	True	engine-default	\[{"query_concurrency":5}]	wlm_json_configuration



Filemanager

Name Type Size Permission Actions
wait Folder 0755
accept-reserved-node-exchange.rst File 1.38 KB 0755
authorize-cluster-security-group-ingress.rst File 626 B 0644
authorize-snapshot-access.rst File 1.27 KB 0644
batch-delete-cluster-snapshots.rst File 650 B 0755
batch-modify-cluster-snapshots.rst File 1.15 KB 0755
cancel-resize.rst File 663 B 0755
copy-cluster-snapshot.rst File 1.02 KB 0644
create-cluster-parameter-group.rst File 650 B 0644
create-cluster-security-group.rst File 1.24 KB 0644
create-cluster-snapshot.rst File 939 B 0644
create-cluster-subnet-group.rst File 865 B 0644
create-cluster.rst File 1.41 KB 0644
create-event-subscription.rst File 1.18 KB 0755
create-hsm-client-certificate.rst File 1.81 KB 0755
create-hsm-configuration.rst File 894 B 0755
create-snapshot-copy-grant.rst File 750 B 0755
create-snapshot-schedule.rst File 844 B 0755
create-tags.rst File 553 B 0755
delete-cluster-parameter-group.rst File 222 B 0644
delete-cluster-security-group.rst File 217 B 0644
delete-cluster-snapshot.rst File 184 B 0644
delete-cluster-subnet-group.rst File 329 B 0644
delete-cluster.rst File 603 B 0644
delete-event-subscription.rst File 508 B 0755
delete-hsm-client-certificate.rst File 522 B 0755
delete-hsm-configuration.rst File 311 B 0755
delete-scheduled-action.rst File 270 B 0755
delete-snapshot-copy-grant.rst File 494 B 0755
delete-snapshot-schedule.rst File 555 B 0755
delete-tags.rst File 572 B 0755
describe-account-attributes.rst File 535 B 0755
describe-cluster-db-revisions.rst File 612 B 0755
describe-cluster-parameter-groups.rst File 981 B 0644
describe-cluster-parameters.rst File 2.17 KB 0644
describe-cluster-security-groups.rst File 1010 B 0644
describe-cluster-snapshots.rst File 2.39 KB 0644
describe-cluster-subnet-groups.rst File 930 B 0644
describe-cluster-tracks.rst File 1.58 KB 0755
describe-cluster-versions.rst File 556 B 0644
describe-clusters.rst File 1.96 KB 0644
describe-default-cluster-parameters.rst File 1.28 KB 0644
describe-event-categories.rst File 1.63 KB 0755
describe-event-subscriptions.rst File 1.1 KB 0755
describe-events.rst File 937 B 0644
describe-hsm-client-certificates.rst File 1.83 KB 0755
describe-hsm-configurations.rst File 635 B 0755
describe-logging-status.rst File 526 B 0755
describe-node-configuration-options.rst File 1.35 KB 0755
describe-orderable-cluster-options.rst File 1.76 KB 0644
describe-reserved-node-offerings.rst File 1.46 KB 0644
describe-reserved-nodes.rst File 994 B 0644
describe-resize.rst File 488 B 0644
describe-scheduled-actions.rst File 886 B 0755
describe-snapshot-copy-grants.rst File 775 B 0755
describe-snapshot-schedules.rst File 1.13 KB 0755
describe-storage.rst File 548 B 0755
describe-table-restore-status.rst File 1.2 KB 0755
describe-tags.rst File 927 B 0755
disable-snapshot-copy.rst File 2.78 KB 0755
enable-snapshot-copy.rst File 3.02 KB 0755
get-cluster-credentials.rst File 783 B 0755
get-reserved-node-exchange-offerings.rst File 1.25 KB 0755
modify-cluster-iam-roles.rst File 2.89 KB 0755
modify-cluster-maintenance.rst File 3.12 KB 0755
modify-cluster-parameter-group.rst File 1 KB 0644
modify-cluster-snapshot-schedule.rst File 622 B 0755
modify-cluster-snapshot.rst File 2 KB 0755
modify-cluster-subnet-group.rst File 1.13 KB 0644
modify-cluster.rst File 945 B 0644
modify-event-subscription.rst File 1.02 KB 0755
modify-scheduled-action.rst File 885 B 0755
modify-snapshot-copy-retention-period.rst File 3.08 KB 0755
modify-snapshot-schedule.rst File 767 B 0755
purchase-reserved-node-offering.rst File 1.07 KB 0644
reboot-cluster.rst File 1.42 KB 0644
reset-cluster-parameter-group.rst File 282 B 0644
resize-cluster.rst File 3.1 KB 0755
restore-from-cluster-snapshot.rst File 1.25 KB 0644
restore-table-from-cluster-snapshot.rst File 1.41 KB 0755
revoke-cluster-security-group-ingress.rst File 603 B 0644
revoke-snapshot-access.rst File 1.32 KB 0644
rotate-encryption-key.rst File 2.44 KB 0755