JSPM

@aws-cdk/aws-s3-notifications

0.15.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16855
  • Score
    100M100P100Q25732F
  • License Apache-2.0

Bucket Notifications API for AWS S3

Package Exports

  • @aws-cdk/aws-s3-notifications

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-cdk/aws-s3-notifications) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

S3 Bucket Notifications API

This module includes the API that constructs should implement in order to be able to be used as destinations for bucket notifications.

To implement the IBucketNotificationDestination, a construct should implement a method asBucketNotificationDestination(bucketArn, bucketId) which registers this resource as a destination for bucket notifications for the specified bucket and returns the ARN of the destination and it's type.