Examples of using Dynamodb tables in English and their translations into French
{-}
-
Colloquial
-
Official
Because DynamoDB tables do not have a schema in cases where only the primary key is the required attribute,
In contrast, DynamoDB tables are schemaless-other than the primary key,
DynamoDB tables are schemaless,
available for new DynamoDB tables, helps you secure your application data in Amazon DynamoDB tables by using AWS-managed encryption keys stored in AWS Key Management Service.
On-Demand Backup allows you to create full backups of your DynamoDB tables data for data archival,
deny access to items and attributes in DynamoDB tables and indexes, based upon your particular business requirements.
an Amazon Elastic MapReduce cluster to copy data from DynamoDB tables to an Amazon S3 bucket, or vice-versa.
the data that is persisted in your DynamoDB tables, local secondary indexes,
configuration of the AWS CLI, the aws-shell, or both by running the DynamoDB list-tables command from a terminal session in your environment to list your existing DynamoDB tables, if there are any.
to services in AWS regions such as Amazon S3 buckets, DynamoDB tables, or Amazon EC2 instances.
Under Parameters, set DynamoDB table name to the name of your table. .
choose Export DynamoDB table to S3.
Create an external table associated with your DynamoDB table.
Existing items in the DynamoDB table are updated with those from the backup data
To do this, you choose a DynamoDB table and specify the identity provider,
The primary key that uniquely identifies each item in a DynamoDB table can be simple(a partition key only) or composite.
This section assumes that you have already exported data from a DynamoDB table, and that the export file has been written to your Amazon S3 bucket.
If you have data in a DynamoDB table, you can use Hive to copy the data to an Amazon S3 bucket.
you define the relationship between items in a DynamoDB table and their corresponding object instances in your code.
the corresponding item in the DynamoDB table will have an attribute that stores the version number.