DynamoDB Stream

This table represents the DynamoDB Stream resource from Amazon Web Services.

aws.dynamodb_stream

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_request_date_timecoretimestampThe date and time when the request to create this stream was issued.
key_schemacorejsonThe key attribute(s) of the stream's DynamoDB table.
last_evaluated_shard_idcorestringThe shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If <code>LastEvaluatedShardId</code> is empty, then the "last page" of results has been processed and there is currently no more data to be retrieved. If <code>LastEvaluatedShardId</code> is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when <code>LastEvaluatedShardId</code> is empty.
shardscorejsonThe shards that comprise the stream.
stream_arncorestringThe Amazon Resource Name (ARN) for the stream.
stream_labelcorestringA timestamp, in ISO 8601 format, for this stream. Note that <code>LatestStreamLabel</code> 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: <ul> <li> the Amazon Web Services customer ID. </li> <li> the table name </li> <li> the <code>StreamLabel</code> </li> </ul>
stream_statuscorestringIndicates the current status of the stream: <ul> <li> <code>ENABLING</code> - Streams is currently being enabled on the DynamoDB table. </li> <li> <code>ENABLED</code> - the stream is enabled. </li> <li> <code>DISABLING</code> - Streams is currently being disabled on the DynamoDB table. </li> <li> <code>DISABLED</code> - the stream is disabled. </li> </ul>
stream_view_typecorestringIndicates the format of the records within this stream: <ul> <li> <code>KEYS_ONLY</code> - only the key attributes of items that were modified in the DynamoDB table. </li> <li> <code>NEW_IMAGE</code> - entire items from the table, as they appeared after they were modified. </li> <li> <code>OLD_IMAGE</code> - entire items from the table, as they appeared before they were modified. </li> <li> <code>NEW_AND_OLD_IMAGES</code> - both the new and the old images of the items from the table. </li> </ul>
table_namecorestringThe DynamoDB table with which the stream is associated.
tagscorehstore