Skip to content

Commit e1e4664

Browse files
auto commit
1 parent 46c116b commit e1e4664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe/migrationexamplestep2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func MigrationStep2(kmsKeyID, ddbTableName, partitionKeyValue, sortKeyValue stri
4747
// This is common across all the steps.
4848

4949
// When creating encryption configuration for your table,
50-
// you must use the plaintext override `FORBID_PLAINTEXT_WRITE_ALLOW_PLAINTEXT_READ`.
50+
// you must use the plaintext override `PlaintextOverrideForbidPlaintextWriteAllowPlaintextRead`.
5151
// This plaintext override means:
5252
// - Write: Items are forbidden to be written as plaintext.
5353
// Items will be written as encrypted items.

0 commit comments

Comments
 (0)