driftctl/pkg/remote/test/dynamodb_table_multiple/results.golden.json

111 lines
2.1 KiB
JSON
Executable File

[
{
"arn": "arn:aws:dynamodb:us-east-1:526954929923:table/GameScores",
"attribute": [
{
"name": "GameTitle",
"type": "S"
},
{
"name": "TopScore",
"type": "N"
},
{
"name": "UserId",
"type": "S"
}
],
"billing_mode": "PROVISIONED",
"global_secondary_index": [
{
"hash_key": "GameTitle",
"name": "GameTitleIndex",
"non_key_attributes": [
"UserId"
],
"projection_type": "INCLUDE",
"range_key": "TopScore",
"read_capacity": 10,
"write_capacity": 10
}
],
"hash_key": "UserId",
"id": "GameScores",
"local_secondary_index": [],
"name": "GameScores",
"point_in_time_recovery": [
{
"enabled": false
}
],
"range_key": "GameTitle",
"read_capacity": 20,
"replica": [],
"server_side_encryption": [],
"stream_arn": "",
"stream_enabled": false,
"stream_label": "",
"stream_view_type": "",
"tags": {
"Environment": "production",
"Name": "dynamodb-table-1"
},
"timeouts": {
"create": null,
"delete": null,
"update": null
},
"ttl": [
{
"attribute_name": "TimeToExist",
"enabled": true
}
],
"write_capacity": 20
},
{
"arn": "arn:aws:dynamodb:us-east-1:526954929923:table/example",
"attribute": [
{
"name": "TestTableHashKey",
"type": "S"
}
],
"billing_mode": "PAY_PER_REQUEST",
"global_secondary_index": [],
"hash_key": "TestTableHashKey",
"id": "example",
"local_secondary_index": [],
"name": "example",
"point_in_time_recovery": [
{
"enabled": false
}
],
"range_key": null,
"read_capacity": 0,
"replica": [
{
"region_name": "us-east-2"
}
],
"server_side_encryption": [],
"stream_arn": "arn:aws:dynamodb:us-east-1:526954929923:table/example/stream/2021-02-11T09:50:20.750",
"stream_enabled": true,
"stream_label": "2021-02-11T09:50:20.750",
"stream_view_type": "NEW_AND_OLD_IMAGES",
"tags": {},
"timeouts": {
"create": null,
"delete": null,
"update": null
},
"ttl": [
{
"attribute_name": "",
"enabled": false
}
],
"write_capacity": 0
}
]