Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsS3BucketNotificationConfigurationDetail

import type { AwsS3BucketNotificationConfigurationDetail } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details for an S3 bucket notification configuration.

interface AwsS3BucketNotificationConfigurationDetail {
Destination?: string | null;
Events?: string[] | null;
Type?: string | null;
}

§Properties

§
Destination?: string | null
[src]

The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.

§
Events?: string[] | null
[src]

The list of events that trigger a notification.

§

The filters that determine which S3 buckets generate notifications.

§
Type?: string | null
[src]

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