NotificationConfiguration
A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.
Contents
- EventBridgeConfiguration
-
Enables delivery of events to Amazon EventBridge.
Type: EventBridgeConfiguration data type
Required: No
- LambdaFunctionConfigurations
-
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
Type: Array of LambdaFunctionConfiguration data types
Required: No
- QueueConfigurations
-
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
Type: Array of QueueConfiguration data types
Required: No
- TopicConfigurations
-
The topic to which notifications are sent and the events for which notifications are generated.
Type: Array of TopicConfiguration data types
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: