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.21.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ed7f3c6307d9aecad054cb5eac1cd57cf107aa30a25c16826324fc4f1f43fc2 |
|
MD5 | d8d6cab95cc3ee03eacfb3b49fa6d0e6 |
|
BLAKE2b-256 | ea87dc2b4395fae3779034ba617d2aad20c39d21a695f328e13340482cc5c13f |
Close
Hashes for aws_cdk.aws_s3_notifications-1.21.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 819d0c69f332712179f845a8ece38fd0d51065b959b687db0de56561c7813c36 |
|
MD5 | d1b1b484306c9dcc1f00bf73b82db9d7 |
|
BLAKE2b-256 | 3a99eeabd417ddd81f6563e2518df5b1696923e810f24ead4c8b82a9dafcd0b1 |