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 e7f88c7 commit 1bf9d79Copy full SHA for 1bf9d79
packages/aws-cdk-lib/aws-dynamodb/lib/encryption.ts
@@ -83,8 +83,7 @@ export abstract class TableEncryptionV2 {
83
kmsMasterKeyId: replicaKeyArns[replicaRegion],
84
} satisfies CfnGlobalTable.ReplicaSSESpecificationProperty;
85
}
86
- })(TableEncryption.CUSTOMER_MANAGED, tableKey,
87
- replicaKeyArns);
+ }) (TableEncryption.CUSTOMER_MANAGED, tableKey, replicaKeyArns);
88
89
90
private constructor (
0 commit comments