interface AwsSnsNodeParameters {
message?: string;
name?: string;
operation?: "create" | "delete" | "publish";
options?: { displayName?: string; fifoTopic?: boolean };
subject?: string;
topic?: { mode: "id" | "list" | "url"; value: string };
}
The message you want to send