Command option Sample:aws dynamodb update-table

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

Modifies the provisioned throughput settings, global secondaryindexes, or DynamoDB Streams settings for a given table.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dynamodb/update-table.html

aws dynamodb update-table --table-name MusicCollection --provisioned-throughput ReadCapacityUnits=10
    update-table — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/dynamodb/update-table.html
aws dynamodb update-table --table-name todo-task --attribute-definitions AttributeName=uid
    problem with updating dynamo db table with secondary indexes : http://forums.manning.com/posts/list/40162.page
aws dynamodb update-table --table-name todo-task --attribute-definitions AttributeName=uid
    code/chapter10 at master 揃 AWSinAction/code 揃 GitHub : http://github.com/AWSinAction/code/tree/master/chapter10
aws dynamodb update-table --table-name
    DynamoDB Workshop : http://s3-us-west-2.amazonaws.com/nrtblackbeltteam/workshop/DDBworkshop.html
aws dynamodb update-table --region
    amazon web services - How to add an index from command line to DynamoDB after table was created - Stack Overflow : http://stackoverflow.com/questions/33953161/how-to-add-an-index-from-command-line-to-dynamodb-after-table-was-created
aws dynamodb update-table \
    Global Secondary Indexes | DynamoDB, explained. : http://www.dynamodbguide.com/global-secondary-indexes/
aws dynamodb update-table --table members_data \
    Sebba DBA: DynamoDB notes : http://www.sebbadba.com/2017/06/dynamodb-notes_1.html
aws dynamodb update-table --table-name
    Rizvi's Blog: February 2017 : http://zakirrizvi.blogspot.com/2017/02/

aws のオプション一覧