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.49.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c9c4755b2195973936ae01d8ececac1956bc0636be805e7f7bc78db219b68d |
|
MD5 | d8a807a77bf114060bac1a8605fc934a |
|
BLAKE2b-256 | 04bf2927564442a8c165d534ae67917a78afcc599137fc90ea8996f99d687677 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.49.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 559bc53ebd0df6834bb7c1d858731613fe3dc615b10cd0a193220440d60102e0 |
|
MD5 | 54e2832701bbe7f069c436383e45e66c |
|
BLAKE2b-256 | 014c27edf32c826f91c5671808dad3d7655a766ec4054d2ded45da854f5f12e3 |