Destroy Topic

The DestroyTopic activity is used to delete a SNS topic.

General

In the General tab, you can select shared resource to establish a connection to the Amazon server. The following table lists the configurations in the General tab of the DestroyTopic activity.

Field Module Property? Description
Name No Name to be displayed as a label for the activity in the process.
SNS Client Yes Required. The SNS activities use the same client shared resource configuration as the SQS activities. Select SNS Client configuration either from an existing resource or create a new resource, by using the Choose/Create Default Resource icon .

Description

In the Description tab, you can provide a short description for the DestroyTopic activity.

Input

In the Input tab, you can specify input values for the DestroyTopic activity. The following table lists the input elements in the Input tab of the DestroyTopic activity.

Input Item Data Type Description
TopicARN String Required. The Amazon Resource Name for the topic.

Output

The activity has no output schema. If the delete operation fails, an exception will be generated.

Fault

The Fault tab lists exceptions that are generated by this activity.

Fault Data Type Description
SQSException Any exception generated by the activity after execution. It has the following fields: ErrorCode and ErrorMessage.
ErrorCode String The plug-in error code for the exception. For more information, refer to Error Codes topic.
ErrorMessage String The plug-in error message for the exception. It contains the error message from the AWS SQS API call that failed.