|
1 | 1 | {
|
2 |
| - "GSI" : [ |
| 2 | + "GSI": [ |
3 | 3 | ["ATTR_INDEX1", "aws_dbe_b_Attr1"],
|
4 | 4 | ["ATTR_INDEX2", "aws_dbe_b_Attr2"],
|
5 | 5 | ["ATTR_INDEX3", "aws_dbe_b_Attr3"],
|
|
9 | 9 | ["ATTR_INDEX51", "aws_dbe_b_Attr5", "aws_dbe_b_Attr1"]
|
10 | 10 | ],
|
11 | 11 | "largeEncryptionConfigs": {
|
12 |
| - "bucket_encrypt" : { |
| 12 | + "bucket_encrypt": { |
13 | 13 | "partitionKeyName": "RecNum",
|
14 | 14 | "attributeActionsOnEncrypt": {
|
15 | 15 | "RecNum": "SIGN_ONLY",
|
16 |
| - "Attr1" : "ENCRYPT_AND_SIGN", |
17 |
| - "Attr2" : "ENCRYPT_AND_SIGN", |
18 |
| - "Attr3" : "ENCRYPT_AND_SIGN", |
19 |
| - "Attr4" : "ENCRYPT_AND_SIGN", |
20 |
| - "Attr5" : "ENCRYPT_AND_SIGN", |
21 |
| - "PreferredBucket" : "SIGN_ONLY" |
| 16 | + "Attr1": "ENCRYPT_AND_SIGN", |
| 17 | + "Attr2": "ENCRYPT_AND_SIGN", |
| 18 | + "Attr3": "ENCRYPT_AND_SIGN", |
| 19 | + "Attr4": "ENCRYPT_AND_SIGN", |
| 20 | + "Attr5": "ENCRYPT_AND_SIGN", |
| 21 | + "PreferredBucket": "SIGN_ONLY" |
22 | 22 | },
|
23 | 23 | "search": {
|
24 | 24 | "versions": [
|
|
28 | 28 | {
|
29 | 29 | "Name": "Attr1",
|
30 | 30 | "Length": 32,
|
31 |
| - "numberOfBuckets" : 1 |
| 31 | + "numberOfBuckets": 1 |
32 | 32 | },
|
33 | 33 | {
|
34 | 34 | "Name": "Attr2",
|
35 | 35 | "Length": 32,
|
36 |
| - "numberOfBuckets" : 2 |
| 36 | + "numberOfBuckets": 2 |
37 | 37 | },
|
38 | 38 | {
|
39 | 39 | "Name": "Attr3",
|
40 | 40 | "Length": 32,
|
41 |
| - "numberOfBuckets" : 3 |
| 41 | + "numberOfBuckets": 3 |
42 | 42 | },
|
43 | 43 | {
|
44 | 44 | "Name": "Attr4",
|
45 | 45 | "Length": 32,
|
46 |
| - "numberOfBuckets" : 4 |
| 46 | + "numberOfBuckets": 4 |
47 | 47 | },
|
48 | 48 | {
|
49 | 49 | "Name": "Attr5",
|
|
0 commit comments