{

"table_name": "identity_roles",
"key_schema": [
    {
        "attribute_name": "partition_key",
        "key_type": "HASH" 
    },
    {
        "attribute_name": "sort_key",
        "key_type": "RANGE" 
    }
],
"attribute_definitions": [
    {
        "attribute_name": "partition_key",
        "attribute_type": "S"
    },
    {
        "attribute_name": "sort_key",
        "attribute_type": "S"
    },
    {
        "attribute_name": "global_secondary_index1",
        "attribute_type": "S"
    }
],
"global_secondary_indexes": [
    {
        "index_name": "global_secondary_index1-index",
        "key_schema": [
            {
                "attribute_name": "global_secondary_index1",
                "key_type": "HASH"
            }
        ],
        "projection": {
            "projection_type": "ALL"
        },
        "provisioned_throughput": { 
            "read_capacity_units": 10,
            "write_capacity_units": 10
        }
    }
],
"provisioned_throughput": { 
    "read_capacity_units": 10,
    "write_capacity_units": 10
}

}