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