コマンドオプションサンプル:aws dynamodb update-time-to-live

コマンドサンプルを検索した結果です。

update-time-to-liveメソッドは、指定されたテーブルのTTLを有効または無効にします。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dynamodb/update-time-to-live.html

aws dynamodb update-time-to-live --table-name TTLExample --time-to-live-specification "Enabled=true
    Time To Live - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/time-to-live-ttl-how-to.html
aws dynamodb update-time-to-live \
    GitHub - e0ipso/keyv-dynamodb: Dynamo DB storage for the Keyv project : http://github.com/e0ipso/keyv-dynamodb
aws dynamodb update-time-to-live --table-name demo-sqs-browser-sessions \
    How Reuters Replaced WebSockets with Amazon Cognito and SQS : http://serverless.com/blog/how-reuters-replaced-websockets-with-amazon-cognito-and-sqs/
aws dynamodb update-time-to-live --table-name sillycat_device-
    Shell Script Create DynamoDB Tables - 快鞭努力! - ITeye博客 : http://sillycat.iteye.com/blog/2423869
aws dynamodb update-time-to-live --table-name TTLExample --time-to-live-specification "Enabled=true
    amazon web services - CloudFormation - Enable TTL for DynamoDB Create Table - Stack Overflow : http://stackoverflow.com/questions/42889989/cloudformation-enable-ttl-for-dynamodb-create-table

aws のオプション一覧