AwsSnsTopicSubscription constructor

AwsSnsTopicSubscription({
  1. String? endpoint,
  2. String? protocol,
})

Implementation

AwsSnsTopicSubscription({
  this.endpoint,
  this.protocol,
});