Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.GetNotificationConfiguration

TElAWSS3DataStorageBucket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Retrieves bucket notification configuration.

Declaration

[C#]
    void GetNotificationConfiguration(TElStringList Topics, TElStringList Events);

[VB.NET]
    Sub GetNotificationConfiguration(ByVal Topics As TElStringList, ByVal Events As TElStringList)

[Pascal]
    procedure GetNotificationConfiguration(Topics, Events : TStringList);

[C++]
    void GetNotificationConfiguration(TElStringList &Topics, TElStringList &Events);
    void GetNotificationConfiguration(TElStringList *Topics, TElStringList *Events);

[PHP]
    void GetNotificationConfiguration(TElStringList $Topics, TElStringList $Events)

[Java]
    void getNotificationConfiguration(TElStringList Topics, TElStringList Events);

Parameters

  • Topics - a list of Amazon SNS topics to which the notifications will be published.
  • Events - a list of events for which notifications must be sent.

Description

    Use this method to get bucket notification configuration.

See also:     SetNotificationConfiguration    

Discuss this help topic in SecureBlackbox Forum