@@ -83,7 +83,8 @@ export = {
83
83
KeySchema : [ { AttributeName : 'hashKey' , KeyType : 'HASH' } ] ,
84
84
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
85
85
GlobalSecondaryIndexes : [ ] ,
86
- LocalSecondaryIndexes : [ ]
86
+ LocalSecondaryIndexes : [ ] ,
87
+ Tags : [ ]
87
88
}
88
89
}
89
90
}
@@ -114,7 +115,8 @@ export = {
114
115
] ,
115
116
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
116
117
GlobalSecondaryIndexes : [ ] ,
117
- LocalSecondaryIndexes : [ ]
118
+ LocalSecondaryIndexes : [ ] ,
119
+ Tags : [ ]
118
120
}
119
121
}
120
122
}
@@ -145,7 +147,8 @@ export = {
145
147
] ,
146
148
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
147
149
GlobalSecondaryIndexes : [ ] ,
148
- LocalSecondaryIndexes : [ ]
150
+ LocalSecondaryIndexes : [ ] ,
151
+ Tags : [ ]
149
152
}
150
153
}
151
154
}
@@ -176,7 +179,8 @@ export = {
176
179
] ,
177
180
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
178
181
GlobalSecondaryIndexes : [ ] ,
179
- LocalSecondaryIndexes : [ ]
182
+ LocalSecondaryIndexes : [ ] ,
183
+ Tags : [ ]
180
184
}
181
185
}
182
186
}
@@ -207,7 +211,8 @@ export = {
207
211
] ,
208
212
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
209
213
GlobalSecondaryIndexes : [ ] ,
210
- LocalSecondaryIndexes : [ ]
214
+ LocalSecondaryIndexes : [ ] ,
215
+ Tags : [ ]
211
216
}
212
217
}
213
218
}
@@ -238,7 +243,8 @@ export = {
238
243
] ,
239
244
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
240
245
GlobalSecondaryIndexes : [ ] ,
241
- LocalSecondaryIndexes : [ ]
246
+ LocalSecondaryIndexes : [ ] ,
247
+ Tags : [ ]
242
248
}
243
249
}
244
250
}
@@ -276,7 +282,8 @@ export = {
276
282
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
277
283
GlobalSecondaryIndexes : [ ] ,
278
284
LocalSecondaryIndexes : [ ] ,
279
- TableName : 'MyTable'
285
+ TableName : 'MyTable' ,
286
+ Tags : [ ]
280
287
}
281
288
}
282
289
}
@@ -314,7 +321,8 @@ export = {
314
321
{ AttributeName : 'sortKey' , AttributeType : 'N' }
315
322
] ,
316
323
StreamSpecification : { StreamViewType : 'NEW_IMAGE' } ,
317
- TableName : 'MyTable'
324
+ TableName : 'MyTable' ,
325
+ Tags : [ ]
318
326
}
319
327
}
320
328
}
@@ -352,7 +360,8 @@ export = {
352
360
{ AttributeName : 'sortKey' , AttributeType : 'N' }
353
361
] ,
354
362
StreamSpecification : { StreamViewType : 'OLD_IMAGE' } ,
355
- TableName : 'MyTable'
363
+ TableName : 'MyTable' ,
364
+ Tags : [ ]
356
365
}
357
366
}
358
367
}
@@ -371,6 +380,7 @@ export = {
371
380
pitrEnabled : true ,
372
381
sseEnabled : true ,
373
382
streamSpecification : StreamViewType . KeysOnly ,
383
+ tags : { Environment : 'Production' } ,
374
384
ttlAttributeName : 'timeToLive'
375
385
} ) ;
376
386
table . addPartitionKey ( TABLE_PARTITION_KEY ) ;
@@ -400,6 +410,7 @@ export = {
400
410
SSESpecification : { SSEEnabled : true } ,
401
411
StreamSpecification : { StreamViewType : 'KEYS_ONLY' } ,
402
412
TableName : 'MyTable' ,
413
+ Tags : [ { Key : 'Environment' , Value : 'Production' } ] ,
403
414
TimeToLiveSpecification : { AttributeName : 'timeToLive' , Enabled : true }
404
415
}
405
416
}
@@ -448,6 +459,7 @@ export = {
448
459
}
449
460
] ,
450
461
LocalSecondaryIndexes : [ ] ,
462
+ Tags : [ ]
451
463
}
452
464
}
453
465
}
@@ -499,6 +511,7 @@ export = {
499
511
}
500
512
] ,
501
513
LocalSecondaryIndexes : [ ] ,
514
+ Tags : [ ]
502
515
}
503
516
}
504
517
}
@@ -548,6 +561,7 @@ export = {
548
561
}
549
562
] ,
550
563
LocalSecondaryIndexes : [ ] ,
564
+ Tags : [ ]
551
565
}
552
566
}
553
567
}
@@ -601,6 +615,7 @@ export = {
601
615
}
602
616
] ,
603
617
LocalSecondaryIndexes : [ ] ,
618
+ Tags : [ ]
604
619
}
605
620
}
606
621
}
@@ -771,6 +786,7 @@ export = {
771
786
} ,
772
787
] ,
773
788
LocalSecondaryIndexes : [ ] ,
789
+ Tags : [ ]
774
790
}
775
791
}
776
792
}
@@ -832,6 +848,7 @@ export = {
832
848
}
833
849
] ,
834
850
LocalSecondaryIndexes : [ ] ,
851
+ Tags : [ ]
835
852
}
836
853
}
837
854
}
@@ -877,6 +894,7 @@ export = {
877
894
Projection : { ProjectionType : 'ALL' } ,
878
895
}
879
896
] ,
897
+ Tags : [ ]
880
898
}
881
899
}
882
900
}
@@ -923,6 +941,7 @@ export = {
923
941
Projection : { ProjectionType : 'KEYS_ONLY' } ,
924
942
}
925
943
] ,
944
+ Tags : [ ]
926
945
}
927
946
}
928
947
}
@@ -972,6 +991,7 @@ export = {
972
991
Projection : { NonKeyAttributes : [ 'lsiNonKey0' , 'lsiNonKey1' ] , ProjectionType : 'INCLUDE' } ,
973
992
}
974
993
] ,
994
+ Tags : [ ]
975
995
}
976
996
}
977
997
}
@@ -1076,7 +1096,8 @@ export = {
1076
1096
AttributeDefinitions :
1077
1097
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1078
1098
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1079
- TableName : 'MyTable' } } ,
1099
+ TableName : 'MyTable' ,
1100
+ Tags : [ ] } } ,
1080
1101
MyTableReadAutoScalingRoleFEE68E49 :
1081
1102
{ Type : 'AWS::IAM::Role' ,
1082
1103
Properties :
@@ -1158,7 +1179,8 @@ export = {
1158
1179
AttributeDefinitions :
1159
1180
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1160
1181
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1161
- TableName : 'MyTable' } } ,
1182
+ TableName : 'MyTable' ,
1183
+ Tags : [ ] } } ,
1162
1184
MyTableReadAutoScalingRoleFEE68E49 :
1163
1185
{ Type : 'AWS::IAM::Role' ,
1164
1186
Properties :
@@ -1268,7 +1290,8 @@ export = {
1268
1290
AttributeDefinitions :
1269
1291
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1270
1292
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1271
- TableName : 'MyTable' } } ,
1293
+ TableName : 'MyTable' ,
1294
+ Tags : [ ] } } ,
1272
1295
MyTableReadAutoScalingRoleFEE68E49 :
1273
1296
{ Type : 'AWS::IAM::Role' ,
1274
1297
Properties :
@@ -1346,6 +1369,7 @@ export = {
1346
1369
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1347
1370
GlobalSecondaryIndexes : [ ] ,
1348
1371
LocalSecondaryIndexes : [ ] ,
1372
+ Tags : [ ] ,
1349
1373
AttributeDefinitions :
1350
1374
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1351
1375
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] } } ,
@@ -1553,7 +1577,8 @@ export = {
1553
1577
AttributeDefinitions :
1554
1578
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1555
1579
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1556
- TableName : 'MyTable' } } ,
1580
+ TableName : 'MyTable' ,
1581
+ Tags : [ ] } } ,
1557
1582
MyTableWriteAutoScalingRoleDF7775DE :
1558
1583
{ Type : 'AWS::IAM::Role' ,
1559
1584
Properties :
@@ -1635,7 +1660,8 @@ export = {
1635
1660
AttributeDefinitions :
1636
1661
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1637
1662
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1638
- TableName : 'MyTable' } } ,
1663
+ TableName : 'MyTable' ,
1664
+ Tags : [ ] } } ,
1639
1665
MyTableWriteAutoScalingRoleDF7775DE :
1640
1666
{ Type : 'AWS::IAM::Role' ,
1641
1667
Properties :
@@ -1745,7 +1771,8 @@ export = {
1745
1771
AttributeDefinitions :
1746
1772
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1747
1773
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
1748
- TableName : 'MyTable' } } ,
1774
+ TableName : 'MyTable' ,
1775
+ Tags : [ ] } } ,
1749
1776
MyTableWriteAutoScalingRoleDF7775DE :
1750
1777
{ Type : 'AWS::IAM::Role' ,
1751
1778
Properties :
@@ -1823,6 +1850,7 @@ export = {
1823
1850
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1824
1851
GlobalSecondaryIndexes : [ ] ,
1825
1852
LocalSecondaryIndexes : [ ] ,
1853
+ Tags : [ ] ,
1826
1854
AttributeDefinitions :
1827
1855
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1828
1856
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] } } ,
0 commit comments