Values.AwsS3BucketNotificationConfigurationDetailSourceDetails for an S3 bucket notification configuration.
type nonrec t = {events : AwsS3BucketNotificationConfigurationEvents.t option;The list of events that trigger a notification.
*)filter : AwsS3BucketNotificationConfigurationFilter.t option;The filters that determine which S3 buckets generate notifications.
*)destination : NonEmptyString.t option;The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
*)type_ : NonEmptyString.t option;Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues, or Amazon SNS topics, with corresponding valid values as follows: LambdaConfiguration QueueConfiguration TopicConfiguration
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t ])
list ]
list ])
list ])
list ])
list ]