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.110.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fdb98f4981f4df142559e152497b142949dc6b05f3b1172cda555700d95272d |
|
MD5 | dc26709c338affe180abdd1fa00dafc3 |
|
BLAKE2b-256 | 1716708f61ec37edb9ae6c166ddca4bc30c0af7faaf611c10d8867336305d7e7 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.110.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d35949ec212aa8b237522bd11bb2464285ae91ce3af7eb1adf191663d345a08 |
|
MD5 | 4fdbe4be01a70ab78655a787c1ecd8ce |
|
BLAKE2b-256 | 9c6af58b88fbe691f926d45a79a1d1a7b6b627ad185c0f53c2b903d630dc54c2 |