BucketNotificationDestinationType

class aws_cdk.aws_s3.BucketNotificationDestinationType(value)

Bases: Enum

Supported types of notification destinations.

Attributes

LAMBDA = 'LAMBDA'
QUEUE = 'QUEUE'
TOPIC = 'TOPIC'