AwsSnsTopicDetails constructor

AwsSnsTopicDetails({
  1. String? kmsMasterKeyId,
  2. String? owner,
  3. List<AwsSnsTopicSubscription>? subscription,
  4. String? topicName,
})

Implementation

AwsSnsTopicDetails({
  this.kmsMasterKeyId,
  this.owner,
  this.subscription,
  this.topicName,
});