diff --git a/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts b/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts index cd1f6a03..a2f37745 100644 --- a/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts +++ b/packages/@aws-cdk/aws-service-spec/build/patches/service-patches/batch.ts @@ -10,5 +10,7 @@ registerServicePatches( renameDefinition('EksContainerResourceRequirements', 'Resources', reason)(lens); renameDefinition('EksContainerSecurityContext', 'SecurityContext', reason)(lens); renameDefinition('EksPodProperties', 'PodProperties', reason)(lens); + renameDefinition('Volume', 'Volumes', reason)(lens); + renameDefinition('EFSVolumeConfiguration', 'EfsVolumeConfiguration', reason)(lens); }), );