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.59.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d80e7a0de610eeb7756b0386e7caf20211761fef89735dfbbe83cf049de03e |
|
MD5 | 0b4afdcfbd71c97a0d582cab1b01ba8c |
|
BLAKE2b-256 | ca2d0b505374669041f58a3baa8ce03fb4e6dda3196d01a027c77868ffa6adda |
Close
Hashes for aws_cdk.aws_s3_notifications-1.59.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51e5ca716e84f38ca6819f0c5be0395855868347f7948ed0a6693f22242ddd5b |
|
MD5 | 4c5460c086fde25f7cd00bb94feda2c4 |
|
BLAKE2b-256 | 641fc2755c4670de177f8b670d262dfc2c59eee4c83c2946516e42fc106b0c87 |