Command option Sample:aws redshift describe-cluster-snapshots

Search command sample in the internet.It is the result.

Returns one or more snapshot objects, which contain metadata aboutyour cluster snapshots.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/redshift/describe-cluster-snapshots.html

aws redshift describe-cluster-snapshots --snapshot-identifier
    Creating a Redshift Sandbox for our Analysts - Tech Stuff, BigData & more : http://efimeres.com/2017/04/creating-a-redshift-sandbox-for-our-analysts/
aws redshift describe-cluster-snapshots --cluster-identifier analytics --profile frankfurt
    Restoring Redshift cluster from latest snapshot Key2Market Medium : http://medium.com/@key2market/restoring-redshift-cluster-from-latest-snapshot-7931b659ac6b
aws redshift describe-cluster-snapshots --region us-west-2
    bash - Using jq select to filter json not working - Stack Overflow : http://stackoverflow.com/questions/39358804/using-jq-select-to-filter-json-not-working
aws redshift describe-cluster-snapshots --region ses-region --query 'Snapshots[].SnapshotIdentifier' --output json
    Automate AWS RedShift Snapshot And Restore • SQLgossip : http://www.sqlgossip.com/automate-aws-redshift-snapshot-and-restore/

aws のオプション一覧