[ aws . dynamodb ]
Hash Generator is the FREE universal hash generator tool which automates the generation of 14 different type of hashes or checksums. It support most of the popular hashes including MD5 family, SHA family, BASE64, LM, NTLM, CRC32, ROT13, RIPEMD, ALDER32, HAVAL, WHIRLPOOL etc. Oct 02, 2015 SSH Config and crypto key generate RSA command. Use this command to generate RSA key pairs for your Cisco device (such as a router). Keys are generated in pairs–one public RSA key and one private RSA key. If your router already has RSA keys when you issue this command, you will be warned and prompted to replace the existing keys with new keys. Sha256 man page. A compilation of Linux man pages for all commands in HTML.hmac key create a hashed MAC using ``key'. The most popular MAC algorithm is HMAC (hash-based MAC), but there are other MAC algorithms which are not based on hash, for instance gost-mac algorithm, supported.
The CreateTable Dll files com fixer license key generator v1 6. operation adds a new table to your account. In an AWS account, table names must be unique within each Region. That is, you can have two tables with same name if you create the tables in different Regions.
You can optionally define secondary indexes on the new table, as part of the CreateTable operation. If you want to create multiple tables with secondary indexes on them, you must create the tables sequentially. Only one table with secondary indexes can be in the CREATING state at any given time.
You can use the DescribeTable action to check the table status.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
--attribute-definitions (list)
Shorthand Syntax:
JSON Syntax:
--table-name (string)
--key-schema (list)
Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide .
Each KeySchemaElement in the array is composed of:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from the DynamoDB usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH .
For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH , and the second element must have a KeyType of RANGE .
For more information, see Working with Tables in the Amazon DynamoDB Developer Guide .
Shorthand Syntax:
JSON Syntax:
--local-secondary-indexes (list)
One or more local secondary indexes (the maximum is 5) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.
Each local secondary index in the array includes the following:
Shorthand Syntax:
JSON Syntax:
--global-secondary-indexes (list)
One or more global secondary indexes (the maximum is 20) to be created on the table. Each global secondary index in the array includes the following:
Shorthand Syntax:
JSON Syntax:
--billing-mode (string)
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
Possible values:
--provisioned-throughput (structure)
Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.
If you set BillingMode as PROVISIONED , you must specify this property. If you set BillingMode as PAY_PER_REQUEST , you cannot specify this property.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide .
Shorthand Syntax:
JSON Syntax:
--stream-specification (structure)
The settings for DynamoDB Streams on the table. These settings consist of:
Shorthand Syntax:
JSON Syntax:
--sse-specification (structure)
Shorthand Syntax:
JSON Syntax:
--tags (list)
Shorthand Syntax:
JSON Syntax:
--cli-input-json (string)Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.
--generate-cli-skeleton (string)Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.
See 'aws help' for descriptions of global parameters.
To create a table
The following create-table example uses the specified attributes and key schema to create a table named MusicCollection.
Output:
For more information, see Basic Operations for Tables in the Amazon DynamoDB Developer Guide.
TableDescription -> (structure)
Represents the properties of the table.
AttributeDefinitions -> (list)
An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.
Each AttributeDefinition object in this array is composed of:
(structure)
Represents an attribute for describing the key schema for the table and indexes.
AttributeName -> (string)
AttributeType -> (string)
The data type for the attribute, where:
TableName -> (string)
KeySchema -> (list)
The primary key structure for the table. Each KeySchemaElement consists of:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide .
(structure)
Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one KeySchemaElement (for the partition key). A composite primary key would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.
A KeySchemaElement must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.
AttributeName -> (string)
KeyType -> (string)
The role that this key attribute will assume:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
TableStatus -> (string)
The current state of the table:
CreationDateTime -> (timestamp)
ProvisionedThroughput -> (structure)
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
LastIncreaseDateTime -> (timestamp)
LastDecreaseDateTime -> (timestamp)
NumberOfDecreasesToday -> (long)
ReadCapacityUnits -> (long)
WriteCapacityUnits -> (long)
TableSizeBytes -> (long)
ItemCount -> (long)
TableArn -> (string)
TableId -> (string)
BillingModeSummary -> (structure)
Contains the details for the read/write capacity mode.
BillingMode -> (string)
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
LastUpdateToPayPerRequestDateTime -> (timestamp)
LocalSecondaryIndexes -> (list)
Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:
If the table is in the DELETING state, no information about indexes will be returned.
(structure)
Represents the properties of a local secondary index.
IndexName -> (string)
KeySchema -> (list)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
(structure)
Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one KeySchemaElement (for the partition key). A composite primary key would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.
A KeySchemaElement must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.
AttributeName -> (string)
KeyType -> (string)
The role that this key attribute will assume:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
Projection -> (structure)
Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
ProjectionType -> (string)
The set of attributes that are projected into the index:
NonKeyAttributes -> (list)
Represents the non-key attribute names which will be projected into the index.
For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
(string)
IndexSizeBytes -> (long)
ItemCount -> (long)
IndexArn -> (string)
GlobalSecondaryIndexes -> (list)
The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:
If the table is in the DELETING state, no information about indexes will be returned.
(structure)
Represents the properties of a global secondary index.
IndexName -> (string)
KeySchema -> (list)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
(structure)
Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one KeySchemaElement (for the partition key). A composite primary key would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.
A KeySchemaElement must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.
AttributeName -> (string)
KeyType -> (string)
The role that this key attribute will assume:
Note
The partition key of an item is also known as its hash attribute . The term 'hash attribute' derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
The sort key of an item is also known as its range attribute . The term 'range attribute' derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
Projection -> (structure)
Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
ProjectionType -> (string)
The set of attributes that are projected into the index:
NonKeyAttributes -> (list)
Represents the non-key attribute names which will be projected into the index.
For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
(string)
IndexStatus -> (string)
The current state of the global secondary index:
Backfilling -> (boolean)
Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.
You can delete an index that is being created during the Backfilling phase when IndexStatus is set to CREATING and Backfilling is true. You can't delete the index that is being created when IndexStatus is set to CREATING and Backfilling is false.
Note
For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.
ProvisionedThroughput -> (structure)
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide .
LastIncreaseDateTime -> (timestamp)
LastDecreaseDateTime -> (timestamp)
NumberOfDecreasesToday -> (long)
ReadCapacityUnits -> (long)
WriteCapacityUnits -> (long)
IndexSizeBytes -> (long)
ItemCount -> (long)
IndexArn -> (string)
StreamSpecification -> (structure)
The current DynamoDB Streams configuration for the table.
StreamEnabled -> (boolean)
StreamViewType -> (string)
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:
LatestStreamLabel -> (string)
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
LatestStreamArn -> (string)
GlobalTableVersion -> (string)
Replicas -> (list)
Represents replicas of the table.
(structure)
Contains the details of the replica.
RegionName -> (string)
ReplicaStatus -> (string)
The current state of the replica:
ReplicaStatusDescription -> (string)
ReplicaStatusPercentProgress -> (string)
KMSMasterKeyId -> (string)
ProvisionedThroughputOverride -> (structure)
Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings.
ReadCapacityUnits -> (long)
GlobalSecondaryIndexes -> (list)
Replica-specific global secondary index settings.
(structure)
Represents the properties of a replica global secondary index.
IndexName -> (string)
ProvisionedThroughputOverride -> (structure)
If not described, uses the source table GSI's read capacity settings.
ReadCapacityUnits -> (long)
RestoreSummary -> (structure)
Contains details for the restore.
SourceBackupArn -> (string)
SourceTableArn -> (string)
RestoreDateTime -> (timestamp)
RestoreInProgress -> (boolean)
SSEDescription -> (structure)
The description of the server-side encryption status on the specified table.
Status -> (string)
Represents the current state of server-side encryption. The only supported values are:
SSEType -> (string)
Server-side encryption type. The only supported value is:
KMSMasterKeyArn -> (string)
InaccessibleEncryptionDateTime -> (timestamp)
ArchivalSummary -> (structure) 4055 ricoh download driver mac
Contains information about the table archive.
ArchivalDateTime -> (timestamp)
ArchivalReason -> (string)
The reason DynamoDB archived the table. Currently, the only possible value is:
ArchivalBackupArn -> (string)