Skip to content

Commit

Permalink
Add experimental and remove yarn.lcok
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Snell committed Mar 5, 2020
1 parent f6113a9 commit b716342
Show file tree
Hide file tree
Showing 2 changed files with 1,938 additions and 204 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-events-targets/lib/batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { singletonEventRole } from './util';

/**
* Customize the Batch Job Event Target
* @experimental
*/
export interface BatchJobProps {
/**
Expand Down Expand Up @@ -35,6 +36,7 @@ export interface BatchJobProps {

/**
* Use an AWS Batch Job / Queue as an event rule target.
* @experimental
*/
export class BatchJob implements events.IRuleTarget {
constructor(
Expand Down

0 comments on commit b716342

Please sign in to comment.