TopicConfigurationResponse

data class TopicConfigurationResponse(val event: String? = null, val filter: NotificationFilterResponse? = null, val topic: String? = null)

Definition of TopicConfiguration

Constructors

Link copied to clipboard
constructor(event: String? = null, filter: NotificationFilterResponse? = null, topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val event: String? = null

The Amazon S3 bucket event about which to send notifications. For more information, see Supported Event Types in the Amazon S3 User Guide.

Link copied to clipboard

The filtering rules that determine for which objects to send notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg` extension are added to the bucket. Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.

Link copied to clipboard
val topic: String? = null

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.