Skip to content

Commit

Permalink
fix: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 3, 2024
1 parent 20014a2 commit ee7a443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 @@ -357,6 +357,9 @@ export interface FileSystemAttributes {
readonly fileSystemArn?: string;
}

/**
* Replication configuration for the file system.
*/
export interface ReplicationConfiguration {
/**
* Whether to enable automatic replication.
Expand Down

0 comments on commit ee7a443

Please sign in to comment.