Command option Sample:aws dynamodb restore-table-to-point-in-time

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

Restores the specified table to the specified point in time within"EarliestRestorableDateTime" and "LatestRestorableDateTime" .Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dynamodb/restore-table-to-point-in-time.html

aws dynamodb restore-table-to-point-in-time \
    Restoring a DynamoDB Table from a Backup - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PointInTimeRecovery.Tutorial.html
aws dynamodb restore-table-to-point-in-time \
    #!/usr/bin/env bash ### restore a single table to earliest PITR by specifying th - Pastebin.com : http://pastebin.com/1aBEtY3q

aws のオプション一覧