File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -415,13 +415,13 @@ Resources:
415
415
- AttributeName : netid_list
416
416
KeyType : HASH
417
417
418
- ExternalMembershipV2RecordsTable :
418
+ ExternalMembershipV3RecordsTable :
419
419
Type : " AWS::DynamoDB::Table"
420
420
DeletionPolicy : " Retain"
421
421
UpdateReplacePolicy : " Retain"
422
422
Properties :
423
423
BillingMode : " PAY_PER_REQUEST"
424
- TableName : infra-core-api-membership-external-v2
424
+ TableName : infra-core-api-membership-external-v3
425
425
DeletionProtectionEnabled : true
426
426
PointInTimeRecoverySpecification :
427
427
PointInTimeRecoveryEnabled : !If [IsProd, true, false]
@@ -431,19 +431,19 @@ Resources:
431
431
- AttributeName : " memberList"
432
432
AttributeType : " S"
433
433
KeySchema :
434
- - AttributeName : " netId"
435
- KeyType : " HASH"
436
434
- AttributeName : " memberList"
435
+ KeyType : " HASH"
436
+ - AttributeName : " netId"
437
437
KeyType : " RANGE"
438
438
GlobalSecondaryIndexes :
439
439
- IndexName : " invertedIndex"
440
440
KeySchema :
441
- - AttributeName : " memberList"
442
- KeyType : " HASH"
443
441
- AttributeName : " netId"
442
+ KeyType : " HASH"
443
+ - AttributeName : " memberList"
444
444
KeyType : " RANGE"
445
445
Projection :
446
- ProjectionType : " ALL "
446
+ ProjectionType : " KEYS_ONLY "
447
447
448
448
449
449
RoomRequestsTable :
You can’t perform that action at this time.
0 commit comments