How to use the @aws-cdk/aws-events.EventField function in @aws-cdk/aws-events

To help you get started, we’ve selected a few @aws-cdk/aws-events examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aws / aws-cdk / packages / @aws-cdk / aws-codecommit / lib / events.ts View on Github external
public static get referenceType() {
    return events.EventField.fromPath('$.detail.referenceType');
  }
github aws / aws-cdk / packages / @aws-cdk / aws-codebuild / lib / events.ts View on Github external
public static get buildId() {
    return events.EventField.fromPath('$.detail.build-id');
  }