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.122.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e300636025c23b308818f9830dbd2462cfd8ae64394561a4cacf7f80eb0fab |
|
MD5 | 0c961c0fafd9aea5473a670c6f386bb8 |
|
BLAKE2b-256 | cbc65a64501230b84f194595c7426509171ca7d74c1d37d28311f088e186caf8 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.122.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66af56bc7d61f3e01344e83b36cc581172aac67776a51e8df88e2ddfc53b5eec |
|
MD5 | e593014f3bb8cd1bc9f83369a5818b0f |
|
BLAKE2b-256 | 0e0cb9cb1e4a20e951d842f3c960a6e6b48887b7eedb3db286b720fbc51c37e6 |