Skip to content

Commit

Permalink
Update batch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Mar 9, 2020
1 parent 18b072e commit 6b4ce5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-events-targets/lib/batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class BatchJob implements events.IRuleTarget {
};

if (this.props.size) {
baseBatchParameters.arrayPropertyKey = {
baseBatchParameters.arrayProperties = {
size: this.props.size
};
}
Expand All @@ -83,4 +83,4 @@ export class BatchJob implements events.IRuleTarget {
batchParameters
};
}
}
}

0 comments on commit 6b4ce5f

Please sign in to comment.