File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Resources:
60
60
AttributeType : " S"
61
61
- AttributeName : " aws_dbe_b_location"
62
62
AttributeType : " S"
63
+ - AttributeName : " aws_dbe_b_stateAndHasSensitiveData"
64
+ AttributeType : " S"
63
65
GlobalSecondaryIndexes :
64
66
- IndexName : " state-zip-index"
65
67
KeySchema :
@@ -81,6 +83,15 @@ Resources:
81
83
ProvisionedThroughput :
82
84
ReadCapacityUnits : " 5"
83
85
WriteCapacityUnits : " 5"
86
+ - IndexName : " stateAndHasSensitiveData-index"
87
+ KeySchema :
88
+ - AttributeName : " aws_dbe_b_stateAndHasSensitiveData"
89
+ KeyType : " HASH"
90
+ Projection :
91
+ ProjectionType : ALL
92
+ ProvisionedThroughput :
93
+ ReadCapacityUnits : " 5"
94
+ WriteCapacityUnits : " 5"
84
95
KeySchema :
85
96
- AttributeName : " customer_id"
86
97
KeyType : " HASH"
You can’t perform that action at this time.
0 commit comments