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.50.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a06c8a1a7cd849ff2eba80c0f5efecbc9ff51826bed113f14bae878337648362 |
|
MD5 | 23b38cbfb763cebd9f7f7fe093b2bc32 |
|
BLAKE2b-256 | 4e0af17f528293f7a54be1aa143addcd249b71b05bbc0426b5f19190b169c93d |
Close
Hashes for aws_cdk.aws_s3_notifications-1.50.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 888ed25ae574e88530401a06efb4b3a0bb097789051a04f74d8856a54d3a18cc |
|
MD5 | 4c16b7e08e5471c5ea480d9784be64cb |
|
BLAKE2b-256 | 6a24a1dcafe92e8505a6f66a6f1581551afa5cdb31304a6a5e209348970c6c67 |