We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67880a commit e7f88c7Copy full SHA for e7f88c7
packages/aws-cdk-lib/aws-dynamodb/lib/encryption.ts
@@ -83,7 +83,7 @@ export abstract class TableEncryptionV2 {
83
kmsMasterKeyId: replicaKeyArns[replicaRegion],
84
} satisfies CfnGlobalTable.ReplicaSSESpecificationProperty;
85
}
86
- }) (TableEncryption.CUSTOMER_MANAGED, tableKey,
+ })(TableEncryption.CUSTOMER_MANAGED, tableKey,
87
replicaKeyArns);
88
89
0 commit comments