Skip to content

Commit

Permalink
chore(efs): backfill missing enums for efs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit e1eb69c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/aws-cdk-lib/aws-efs/lib/efs-file-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export enum ReplicationOverwriteProtection {
* Disable the filesystem's replication overwrite protection.
*/
DISABLED = 'DISABLED',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
REPLICATING = 'REPLICATING',
}

/**
Expand Down

0 comments on commit e1eb69c

Please sign in to comment.