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.88.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9fed2ece07d3c318f305e6a420828eb22faee4d8567d977761f4823a62cc699 |
|
MD5 | 38fb2c93958525a22b820097a533e969 |
|
BLAKE2b-256 | 82ab04bfceaafdec2e8897b2d017592305abfd6077b38cd22a05c45497eb9f63 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.88.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e382dbc80d9c26e18b3e3de133e959fda3c384771fe4e6b64b5240a1cb78a472 |
|
MD5 | 130445fccca648a91cf74c40c2e4eac8 |
|
BLAKE2b-256 | bcc71f2fbf87183e435db978528bcf5923edddc7baf9278ca7efaa81ad5f82dc |