{
  "Table": {
    "AttributeDefinitions": [
      {
        "AttributeName": "createdAt",
        "AttributeType": "N"
      },
      {
        "AttributeName": "partitionKey",
        "AttributeType": "S"
      },
      {
        "AttributeName": "slug",
        "AttributeType": "S"
      },
      {
        "AttributeName": "sortKey",
        "AttributeType": "S"
      }
    ],
    "TableName": "briareus",
    "KeySchema": [
      {
        "AttributeName": "partitionKey",
        "KeyType": "HASH"
      },
      {
        "AttributeName": "sortKey",
        "KeyType": "RANGE"
      }
    ],
    "TableStatus": "ACTIVE",
    "CreationDateTime": 1575003352.689,
    "ProvisionedThroughput": {
      "NumberOfDecreasesToday": 0,
      "ReadCapacityUnits": 0,
      "WriteCapacityUnits": 0
    },
    "TableSizeBytes": 0,
    "ItemCount": 0,
    "TableArn": "arn:aws:dynamodb:us-east-1:182907645591:table/briareus",
    "TableId": "f3c50faf-ce49-4229-9540-0d04df6a5acc",
    "BillingModeSummary": {
      "BillingMode": "PAY_PER_REQUEST",
      "LastUpdateToPayPerRequestDateTime": 1575003352.689
    },
    "LocalSecondaryIndexes": [
      {
        "IndexName": "createdAtIndex",
        "KeySchema": [
          {
            "AttributeName": "partitionKey",
            "KeyType": "HASH"
          },
          {
            "AttributeName": "createdAt",
            "KeyType": "RANGE"
          }
        ],
        "Projection": {
          "ProjectionType": "KEYS_ONLY"
        },
        "IndexSizeBytes": 0,
        "ItemCount": 0,
        "IndexArn": "arn:aws:dynamodb:us-east-1:182907645591:table/briareus/index/createdAtIndex"
      }
    ],
    "GlobalSecondaryIndexes": [
      {
        "IndexName": "entityListIndex",
        "KeySchema": [
          {
            "AttributeName": "sortKey",
            "KeyType": "HASH"
          },
          {
            "AttributeName": "createdAt",
            "KeyType": "RANGE"
          }
        ],
        "Projection": {
          "ProjectionType": "ALL"
        },
        "IndexStatus": "ACTIVE",
        "ProvisionedThroughput": {
          "NumberOfDecreasesToday": 0,
          "ReadCapacityUnits": 0,
          "WriteCapacityUnits": 0
        },
        "IndexSizeBytes": 0,
        "ItemCount": 0,
        "IndexArn": "arn:aws:dynamodb:us-east-1:182907645591:table/briareus/index/entityListIndex"
      },
      {
        "IndexName": "slugIndex",
        "KeySchema": [
          {
            "AttributeName": "slug",
            "KeyType": "HASH"
          },
          {
            "AttributeName": "createdAt",
            "KeyType": "RANGE"
          }
        ],
        "Projection": {
          "ProjectionType": "ALL"
        },
        "IndexStatus": "ACTIVE",
        "ProvisionedThroughput": {
          "NumberOfDecreasesToday": 0,
          "ReadCapacityUnits": 0,
          "WriteCapacityUnits": 0
        },
        "IndexSizeBytes": 0,
        "ItemCount": 0,
        "IndexArn": "arn:aws:dynamodb:us-east-1:182907645591:table/briareus/index/slugIndex"
      }
    ]
  }
}
