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