Bucket Notifications API for AWS S3
Project description
S3 Bucket Notifications Destinations
---This module includes integration classes for using Topics, Queues or Lambdas as S3 Notification Destinations.
Example
The following example shows how to send a notification to an SNS topic when an object is created in an S3 bucket:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_s3_notifications as s3n
bucket = s3.Bucket(stack, "Bucket")
topic = sns.Topic(stack, "Topic")
bucket.add_event_notification(s3.EventType.OBJECT_CREATED_PUT, s3n.SnsDestination(topic))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for aws-cdk.aws-s3-notifications-1.34.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13db2988e013b45d8c22ee78ec56bc1e1ed2bbd6b9b83bf2e3ca6741c3e291c7 |
|
MD5 | 305f184d449251f317d02d264dd2475a |
|
BLAKE2b-256 | b3ae949513b15b4ef556dcf11803c58d8f36508e182176c2d1abd8951cba32da |
Close
Hashes for aws_cdk.aws_s3_notifications-1.34.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5565d729e309821af9d140263a461d425e101a01d551be85653b084c6b4af7a |
|
MD5 | 81c89581da6eb31a94c49138f69447f7 |
|
BLAKE2b-256 | 1f404074c9689cb1de59e00a40aff0a1a251c118b45cc55b44debb2787d57343 |