Skip to content

Commit

Permalink
Add class context for throughputmode
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Chang <changml@amazon.com>
  • Loading branch information
amzn-changml authored Aug 29, 2023
1 parent 4803bdc commit 8cdabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/jenkins_server/jenkins_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _create_efs(self):
vpc=self.vpc,
enable_automatic_backups=True,
encrypted=True,
throughput_mode=ThroughputMode.ELASTIC
throughput_mode=efs.ThroughputMode.ELASTIC
)

access_point = file_system.add_access_point('AccessPoint',
Expand Down

0 comments on commit 8cdabe5

Please sign in to comment.