factory SnsDestination.fromJson(Map<String, dynamic> json) { return SnsDestination( topicArn: json['TopicArn'] as String, ); }