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.106.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae718ade8f007b79aa742740dfd2ecdb2cf7adf4c426c42d6cc9a8c41a8db81 |
|
MD5 | ea8324d34c591dbe96631090e06b747f |
|
BLAKE2b-256 | ffbfa943185e47b2f5f5884299619bba54231ee4ea9a2ea6cc7afd61551eb1c6 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.106.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3e933cf79b47f82579269b130702b418f8937e644c63c79ff01aef20b60189 |
|
MD5 | 91ddda34ed6f8680663ebf34807ebf1a |
|
BLAKE2b-256 | 2c1c8812db5353a27b05dfccfa61b9942565d0fe0cf0b45265026984dbda9b60 |