With the CreateTable operation, you create a table with a table name and a column family name.
For more information on primary keys, see the corresponding Amazon DynamoDB documentation:
-
Documentation > Amazon DynamoDB > Developer Guide > Core components of Amazon DynamoDB > Primary key (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html#HowItWorks.CoreComponents.PrimaryKey)
For more information on other operations of the Amazon S3 DynamoDB Connector, see (7.5.0-en) Amazon S3 DynamoDB Connector.
Parameters
|
|
Access key ID for requests to Amazon Web Services (AWS) Note: The credentials are sent to the adapter via parameters. There are various configuration options. For more information, see Setting Up Credentials. Possible values: Any string with the access key ID, e.g. |
|
|
Secret access key for requests to AWS Note: The credentials are sent to the adapter via parameters. There are various configuration options. For more information, see Setting Up Credentials. Possible values: Any string with the secret access key, e.g. |
|
|
Region of the domains Note: Buckets created in a specific region cannot be invoked from another region. For more information, see Regions and Endpoints. Possible values: Any string with the name of the region, e.g. |
|
|
This parameter is required for this operation. Table name Possible values: String with the table name according to the following name rules:
|
|
|
The Elements of the primary table key Possible values:
|
|
|
The Elements of the primary table key Possible values:
|
|
|
Read/Write capacity units Possible values:
|
|
|
This parameter is required for this operation if you enable AutoScaling. Defines the scalability type for Possible values:
|
|
|
Specifies that the table is created using Possible values:
|
|
|
These parameters are required for this operation if you enable AutoScaling. Defines the scaling parameters for Possible values: For more information on primary keys, see the corresponding Amazon DynamoDB documentation:
|
|
|
This parameter is required for this operation if you enable AutoScaling. ARN of the role that is authorized to apply AutoScaling to the table resource. Possible values: For more information on primary keys, see the corresponding Amazon DynamoDB documentation:
|
|
|
DynamoDB uses eventually consistent reads unless otherwise specified. Read operations such as |
Status values
|
|
The adapter operation was executed successfully |
|
|
The operation was not completed, but no error occurred. |
|
|
The operation failed due to a technical error. |
Output
The adapter creates a table with the specified table name and column family name.