-
Notifications
You must be signed in to change notification settings - Fork 0
/
Output_DeleteTable.txt
96 lines (96 loc) · 3.02 KB
/
Output_DeleteTable.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"TableDescription": {
"AttributeDefinitions": [
{
"AttributeName": "Table_LSI_HashKey",
"AttributeType": "S"
},
{
"AttributeName": "TableRangeKey",
"AttributeType": "S"
},
{
"AttributeName": "LSIIndexRangeKey",
"AttributeType": "S"
},
{
"AttributeName": "GSIIndexHashKey",
"AttributeType": "S"
},
{
"AttributeName": "GSIIndexRangeKey",
"AttributeType": "S"
}
],
"TableName": "Items",
"KeySchema": [
{
"AttributeName": "Table_LSI_HashKey",
"KeyType": "HASH"
},
{
"AttributeName": "TableRangeKey",
"KeyType": "RANGE"
}
],
"TableStatus": "ACTIVE",
"CreationDateTime": 1572670688.567,
"ProvisionedThroughput": {
"LastIncreaseDateTime": 0.0,
"LastDecreaseDateTime": 0.0,
"NumberOfDecreasesToday": 0,
"ReadCapacityUnits": 1,
"WriteCapacityUnits": 1
},
"TableSizeBytes": 1640,
"ItemCount": 10,
"TableArn": "arn:aws:dynamodb:ddblocal:000000000000:table/Items",
"LocalSecondaryIndexes": [
{
"IndexName": "string",
"KeySchema": [
{
"AttributeName": "Table_LSI_HashKey",
"KeyType": "HASH"
},
{
"AttributeName": "LSIIndexRangeKey",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"IndexSizeBytes": 1640,
"ItemCount": 10,
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/Items/index/string"
}
],
"GlobalSecondaryIndexes": [
{
"IndexName": "GlobalSecondaryIndexes-index",
"KeySchema": [
{
"AttributeName": "GSIIndexHashKey",
"KeyType": "HASH"
},
{
"AttributeName": "GSIIndexRangeKey",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"IndexStatus": "ACTIVE",
"ProvisionedThroughput": {
"ReadCapacityUnits": 1,
"WriteCapacityUnits": 1
},
"IndexSizeBytes": 1640,
"ItemCount": 10,
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/Items/index/GlobalSecondaryIndexes-index"
}
]
}
}