IPWorks Cloud 2020 Python Edition

Questions / Feedback?

notify_sns_topic Property

This property specifies the Amazon SNS Topic ARN that is used to deliver notifications.

Syntax

def get_notify_sns_topic() -> str: ...
def set_notify_sns_topic(value: str) -> None: ...

notify_sns_topic = property(get_notify_sns_topic, set_notify_sns_topic)

Default Value

""

Remarks

This property specifies the Amazon SNS Topic ARN that is used to deliver notifications. The topic must already exist.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]