Table of Contents

Class GetBucketNotificationResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the GetBucketNotification response and response metadata.

public class GetBucketNotificationResponse : AmazonWebServiceResponse
Inheritance
GetBucketNotificationResponse

Constructors

GetBucketNotificationResponse()

public GetBucketNotificationResponse()

Properties

EventBridgeConfiguration

Gets and sets the property EventBridgeConfiguration.

Enables delivery of all bucket events to Amazon EventBridge.

public EventBridgeConfiguration EventBridgeConfiguration { get; set; }

Property Value

EventBridgeConfiguration

LambdaFunctionConfigurations

Gets and sets the property LambdaFunctionConfigurations.

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

public List<LambdaFunctionConfiguration> LambdaFunctionConfigurations { get; set; }

Property Value

List<LambdaFunctionConfiguration>

QueueConfigurations

Gets and sets the QueueConfigurations property. QueueConfigurations are configuration for Amazon S3 events to be sent to Amazon SQS queues.

public List<QueueConfiguration> QueueConfigurations { get; set; }

Property Value

List<QueueConfiguration>

TopicConfigurations

Gets and sets the TopicConfigurations property. TopicConfigurations are configuration for Amazon S3 events to be sent to Amazon SNS topics.

public List<TopicConfiguration> TopicConfigurations { get; set; }

Property Value

List<TopicConfiguration>