ark::aws::SnsPublishRequest

Defined in header “ark/aws/sns_client.hh”.


A request to send a message over SNS.

Variables

  • std::string topic_arn
    The topic ARN to write to.

  • std::string message
    The message to send.

  • std::string subject
    The subject to send out.