IcsSNS Common Library

IcsSNS: Library for SNS

This is the IcsSNS common library.
class opslib.icssns.IcsSNS(region, **kwargs)[source]

ICS Libraray for SNS

__dict__ = <dictproxy object at 0x4b9d168>
__init__(region, **kwargs)[source]
__module__ = 'opslib.icssns'
__weakref__

list of weak references to the object (if defined)

getTopicARN(name)[source]

Get the Amazon Resource Name of specified SNS Topic

Parameters:name (str) – SNS Topic Name
Return type:string
Returns:a string containing Amazon Resource Name
publish(topic_arn, msg, subj=None)[source]

Publish messages to SNS Topic

Parameters:
  • topic_arn (string) – Amazon Resource Name for SNS
  • msg (string) – message contents
  • subj (string) – subject contents

Indices and tables

Table Of Contents

Previous topic

IcsS3 Common Library

Next topic

IcsR53 Common Library

This Page