{{attribute['AttributeName']}} Other fields
{{record[attribute["AttributeName"]]}}
{{getTableRecords(table, record);}}
Item count: {{tableDescriptions[table]["ItemCount"]}}
Table size in bytes: {{tableDescriptions[table]["TableSizeBytes"]}}
Table status: {{tableDescriptions[table]["TableStatus"]}}
Read capacity units: {{tableDescriptions[table]["ProvisionedThroughput"]["ReadCapacityUnits"]}}
Write capacity units: {{tableDescriptions[table]["ProvisionedThroughput"]["WriteCapacityUnits"]}}

Attribute definitions:
Attribute name Attribute type
{{attribute['AttributeName']}} {{attribute['AttributeType']}}

Global Index definitions:
{{globalIndex["indexName"]}}
Index name: {{globalIndex["IndexName"]}}
Index status: {{globalIndex["IndexStatus"]}}
Item count: {{globalIndex["ItemCount"]}}
Index size bytes: {{globalIndex["IndexSizeBytes"]}}
Read capacity units: {{globalIndex["ProvisionedThroughput"]["ReadCapacityUnits"]}}
Write capacity units: {{globalIndex["ProvisionedThroughput"]["WriteCapacityUnits"]}}

Key schema:
Attribute name Key type
{{attribute['AttributeName']}} {{attribute['KeyType']}}
{{tableDescriptionsPretty[table]}}