AwsSnsTopicDetails constructor
      
      AwsSnsTopicDetails({ 
    
    
- String? kmsMasterKeyId,
 - String? owner,
 - List<
AwsSnsTopicSubscription> ? subscription, - String? topicName,
 
Implementation
AwsSnsTopicDetails({
  this.kmsMasterKeyId,
  this.owner,
  this.subscription,
  this.topicName,
});