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

LambdaFunctionConfigurations

Gets and sets the LambdaFunctionConfigurations property. LambdaFunctionConfigurations are configuration for Amazon S3 events to be sent to an Amazon Lambda cloud function.

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>