IS3NotificationConfiguration
Interface in AWS.S3
Interface for NotificationConfiguration documents.
Properties
LambdaFunctionConfigurations
property LambdaFunctionConfigurations: TS3LambdaFunctionConfigurations
Type: TS3LambdaFunctionConfigurations
Specifies AWS Lambda functions to invoke and which events to trigger them.
QueueConfigurations
property QueueConfigurations: TS3QueueConfigurations
Type: TS3QueueConfigurations
Specifies Amazon Simple Queue Service (SQS) queues to publish messages to and which events to trigger them.
TopicConfigurations
property TopicConfigurations: TS3TopicConfigurations
Type: TS3TopicConfigurations
Specifies Amazon Simple Notification Service (SNS) topics to send notifications to and which events to trigger them.
Methods
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.