NotificationConfigurationArgs

data class NotificationConfigurationArgs(val eventBridgeConfiguration: Output<EventBridgeConfigurationArgs>? = null, val lambdaConfigurations: Output<List<LambdaConfigurationArgs>>? = null, val queueConfigurations: Output<List<QueueConfigurationArgs>>? = null, val topicConfigurations: Output<List<TopicConfigurationArgs>>? = null) : ConvertibleToJava<NotificationConfigurationArgs>

Definition of NotificationConfiguration

Constructors

Link copied to clipboard
constructor(eventBridgeConfiguration: Output<EventBridgeConfigurationArgs>? = null, lambdaConfigurations: Output<List<LambdaConfigurationArgs>>? = null, queueConfigurations: Output<List<QueueConfigurationArgs>>? = null, topicConfigurations: Output<List<TopicConfigurationArgs>>? = null)

Properties

Link copied to clipboard

Enables delivery of events to Amazon EventBridge. Amazon S3 can send events to Amazon EventBridge whenever certain events happen in your bucket, see Using EventBridge in the Amazon S3 User Guide. Unlike other destinations, delivery of events to EventBridge can be either enabled or disabled for a bucket. If enabled, all events will be sent to EventBridge and you can use EventBridge rules to route events to additional targets. For more information, see What Is Amazon EventBridge in the Amazon EventBridge User Guide

Link copied to clipboard

Describes the LAMlong functions to invoke and the events for which to invoke them.

Link copied to clipboard

The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.

Link copied to clipboard

The topic to which notifications are sent and the events for which notifications are generated.

Functions

Link copied to clipboard
open override fun toJava(): NotificationConfigurationArgs