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.95.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31986c592d8441113c9a0edc2373a9dedfc09773fe715a46b55cf1b39166fbe2 |
|
MD5 | 9b8de17bb833638dfef9a7eb234c2055 |
|
BLAKE2b-256 | 6d375f2f7d62dafde8aacd4c5c1f53d504eb1f2ed76dce26cacee430150d6a97 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.95.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e792dd257378dca3afa2b56a09de00dd09ee15c07cf8f6c92aaf6fa8b2616b3 |
|
MD5 | 38b0c33017a0ad8d3966be009ed9c675 |
|
BLAKE2b-256 | b26ffebdd46f5babab9bde6d021b58786fbc2dbbe433169d9b68990b0465905f |